From 4a8e05138f38bbaf22db386db6b33cc3610231af Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Fri, 11 Oct 2024 17:29:18 +0530 Subject: [PATCH] Revert "reindex (#683)" This reverts commit 14cad99a66af1182d31a754e6a4053f72f52ce76. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 460ec0f2..e9758c54 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,7 +21,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "88"; +const CHAIN_DATA_VERSION = "87"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";