From 58cd94f4cf4aff08f7be8834fa9366a47f821797 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Mon, 19 Aug 2024 16:24:53 +0100 Subject: [PATCH 1/3] Create manifest.json --- public/tokens/moxie/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/tokens/moxie/manifest.json diff --git a/public/tokens/moxie/manifest.json b/public/tokens/moxie/manifest.json new file mode 100644 index 0000000..e0ed0e1 --- /dev/null +++ b/public/tokens/moxie/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/moxie/icon.svg", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +} From 2d6b6c49f58793c0e00e9d994e5095cd0b076f90 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Mon, 19 Aug 2024 16:25:25 +0100 Subject: [PATCH 2/3] Add files via upload --- public/tokens/moxie/icon.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/tokens/moxie/icon.svg diff --git a/public/tokens/moxie/icon.svg b/public/tokens/moxie/icon.svg new file mode 100644 index 0000000..c9f4d88 --- /dev/null +++ b/public/tokens/moxie/icon.svg @@ -0,0 +1,5 @@ + + + + + From 3e0044c83df8a695a660b4c8ea519eaa5acd73e0 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Mon, 19 Aug 2024 16:25:57 +0100 Subject: [PATCH 3/3] Create manifest.json --- public/tokens/moxiex/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/tokens/moxiex/manifest.json diff --git a/public/tokens/moxiex/manifest.json b/public/tokens/moxiex/manifest.json new file mode 100644 index 0000000..aabfeb3 --- /dev/null +++ b/public/tokens/moxiex/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/moxie/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "" +}