From 43ff8de1f97ba10c1239f8f1caef8d8236aead3e Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Tue, 15 Oct 2024 14:46:04 +0530 Subject: [PATCH] Revert "bump chain data to v91" (#688) Revert "bump chain data to v91 (#687)" This reverts commit f856b8d165b0bd382e77e53c5d72d16d395ffa28. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 671d0dbb..aff8882d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,7 +21,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "91"; +const CHAIN_DATA_VERSION = "86"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";