From c8367bb8044f8bf4a891c6d072145b2cc0517865 Mon Sep 17 00:00:00 2001 From: 0xKurt Date: Fri, 7 Mar 2025 12:51:46 +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..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";