diff --git a/public/tokens/giv/icon.svg b/public/tokens/giv/icon.svg new file mode 100644 index 0000000..d7f8d21 --- /dev/null +++ b/public/tokens/giv/icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/tokens/giv/manifest.json b/public/tokens/giv/manifest.json new file mode 100644 index 0000000..2766cea --- /dev/null +++ b/public/tokens/giv/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "svgIconPath": "/tokens/giv/icon.svg", + "isSuperToken": false, + "defaultColor":"#FFFFFF", + "defaultPrice": 0, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/givx/manifest.json b/public/tokens/givx/manifest.json new file mode 100644 index 0000000..cfe1992 --- /dev/null +++ b/public/tokens/givx/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/giv/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultPrice": 0, + "defaultColor":"#FFFFFF" +}