diff --git a/src/config.ts b/src/config.ts index 656b3537..74e7b96c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,7 +20,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "76"; +const CHAIN_DATA_VERSION = "75"; export type Token = { code: string;