From ac8df3cb28f85696f1a9adc56e1129bd99003c94 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Thu, 29 Aug 2024 11:37:33 +0300 Subject: [PATCH] Add LPT (#232) * Create manifest.json * Add files via upload --- public/tokens/lpt/icon.svg | 4 ++++ public/tokens/lpt/manifest.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 public/tokens/lpt/icon.svg create mode 100644 public/tokens/lpt/manifest.json diff --git a/public/tokens/lpt/icon.svg b/public/tokens/lpt/icon.svg new file mode 100644 index 0000000..bc75059 --- /dev/null +++ b/public/tokens/lpt/icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/tokens/lpt/manifest.json b/public/tokens/lpt/manifest.json new file mode 100644 index 0000000..1e734df --- /dev/null +++ b/public/tokens/lpt/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/lpt/icon.svg", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +}