diff --git a/src/config.ts b/src/config.ts index f765ba1b..deb63e01 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,7 +21,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "84"; +const CHAIN_DATA_VERSION = "83"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";