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";