From f3405f283e77f05dd0a2145b6f1914154bd48456 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Thu, 29 Aug 2024 11:48:51 +0300 Subject: [PATCH] Create manifest.json (#233) --- public/tokens/lptx/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/tokens/lptx/manifest.json diff --git a/public/tokens/lptx/manifest.json b/public/tokens/lptx/manifest.json new file mode 100644 index 0000000..9d9735b --- /dev/null +++ b/public/tokens/lptx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/lpt/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "" +}