From e2b9f8c9aabe9e272928a7c04ad03bb2f1231aac Mon Sep 17 00:00:00 2001 From: Huss Martinez Date: Wed, 19 Mar 2025 17:08:46 +0700 Subject: [PATCH] chore: bump to 100 --- src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index 3ae2bf08..4e1db4f3 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,9 +22,9 @@ type CoingeckoSupportedChainId = | 1088 | 295; -const CHAIN_DATA_VERSION = "87"; -const IPFS_DATA_VERSION = "1"; -const PRICE_DATA_VERSION = "1"; +const CHAIN_DATA_VERSION = "100"; +const IPFS_DATA_VERSION = "100"; +const PRICE_DATA_VERSION = "100"; export type Token = { code: string;