From 78a7e7cd63744309e00dc6ac6070c14fd78e579d Mon Sep 17 00:00:00 2001 From: sudheer Date: Mon, 21 Jun 2021 22:46:44 +0530 Subject: [PATCH] Enable true for claimed and isEnabled. --- protocols/aavegotchi.eth/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/aavegotchi.eth/index.json b/protocols/aavegotchi.eth/index.json index 0b6bb94..2435075 100644 --- a/protocols/aavegotchi.eth/index.json +++ b/protocols/aavegotchi.eth/index.json @@ -7,12 +7,12 @@ "folder": "aavegotchi", "type": "snapshot", "suffix": "GHST", - "coinGeckoPriceString": "", + "coinGeckoPriceString": "aavegotchi", "tokenContractAddress": "0x3F382DbD960E3a9bbCeaE22651E88158d2791550", - "isEnabled": false, + "isEnabled": true, "hasOnchain": false, "claim": { - "isClaimed": false, + "isClaimed": true, "claimer": "", "signature": "" },