diff --git a/src/config.ts b/src/config.ts index 8bc02b18..8822b1a4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,7 +20,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "79"; +const CHAIN_DATA_VERSION = "81"; export type Token = { code: string;