From d3ee36df84f7bb59c0a138d455d54e611fe55411 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Tue, 16 Jan 2024 11:18:26 +0000 Subject: [PATCH 1/3] Create manifest.json --- public/tokens/gho/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/tokens/gho/manifest.json diff --git a/public/tokens/gho/manifest.json b/public/tokens/gho/manifest.json new file mode 100644 index 0000000..cbb8b6c --- /dev/null +++ b/public/tokens/gho/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "svgIconPath": "/tokens/gho/icon.svg", + "isSuperToken": false, + "defaultColor":"#FFFFFF", + "defaultPrice": 0, + "roundCurrencyUpto": "2" +} From 233e1c0fa7315fcdfadd25ddb6504005a2f7bc08 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Tue, 16 Jan 2024 11:18:59 +0000 Subject: [PATCH 2/3] Add files via upload --- public/tokens/gho/icon.svg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/tokens/gho/icon.svg diff --git a/public/tokens/gho/icon.svg b/public/tokens/gho/icon.svg new file mode 100644 index 0000000..c754221 --- /dev/null +++ b/public/tokens/gho/icon.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + From ce2dc84eb3e9eec5c65ff43b13c6c427f4679911 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Tue, 16 Jan 2024 11:20:20 +0000 Subject: [PATCH 3/3] Create manifest.json --- public/tokens/ghox/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/tokens/ghox/manifest.json diff --git a/public/tokens/ghox/manifest.json b/public/tokens/ghox/manifest.json new file mode 100644 index 0000000..8798084 --- /dev/null +++ b/public/tokens/ghox/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/gho/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultPrice": 0, + "defaultColor":"#FFFFFF" +}