diff --git a/src/config.ts b/src/config.ts index 78e8d592..0baf7059 100644 --- a/src/config.ts +++ b/src/config.ts @@ -10,7 +10,7 @@ import os from "node:os"; type ChainId = number; type CoingeckoSupportedChainId = 1 | 10 | 250 | 42161 | 43114; -const CHAIN_DATA_VERSION = "38"; +const CHAIN_DATA_VERSION = "39"; export type Token = { code: string;