From 352985cc284e7fc125d39a5f939f6a666f0cc13b Mon Sep 17 00:00:00 2001 From: 0xKurt Date: Tue, 15 Oct 2024 07:54:10 +0200 Subject: [PATCH] bump chain data to v91 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index aff8882d..671d0dbb 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 = "91"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";