From f232e9228c911077814b6d370c150347faa8861b Mon Sep 17 00:00:00 2001 From: 0xKurt Date: Mon, 3 Mar 2025 16:05:06 +0100 Subject: [PATCH] bump version --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 3b698b24..af33f3be 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 = "88"; const IPFS_DATA_VERSION = "1"; const PRICE_DATA_VERSION = "1";