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