diff --git a/src/config.ts b/src/config.ts index 7a7f63c5..e9758c54 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,7 +21,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "86"; +const CHAIN_DATA_VERSION = "87"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";