diff --git a/src/config.ts b/src/config.ts index 3b698b24..9f2547bf 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,7 +22,7 @@ type CoingeckoSupportedChainId = | 1088 | 295; -const CHAIN_DATA_VERSION = "87"; +const CHAIN_DATA_VERSION = "92"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";