diff --git a/public/tokens/giv/manifest.json b/public/tokens/giv/manifest.json index 2766cea..fd8ca29 100644 --- a/public/tokens/giv/manifest.json +++ b/public/tokens/giv/manifest.json @@ -3,6 +3,7 @@ "type": "ERC20", "svgIconPath": "/tokens/giv/icon.svg", "isSuperToken": false, + "coingeckoId": "giveth", "defaultColor":"#FFFFFF", "defaultPrice": 0, "roundCurrencyUpto": "2" diff --git a/public/tokens/givx/manifest.json b/public/tokens/givx/manifest.json index cfe1992..3315a12 100644 --- a/public/tokens/givx/manifest.json +++ b/public/tokens/givx/manifest.json @@ -4,6 +4,6 @@ "isSuperToken": true, "svgIconPath": "/tokens/giv/icon.svg", "superTokenType": "ERC20_WRAPPER", - "defaultPrice": 0, - "defaultColor":"#FFFFFF" + "defaultColor":"#FFFFFF", + "coingeckoId": "giveth" }