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 @@ + + + + + + + + + + + + + + + + + + + + + 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" +} 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" +}