From 5efc4291443914fbeb81d709343839c5631b2ec4 Mon Sep 17 00:00:00 2001 From: Huss Martinez Date: Mon, 2 Sep 2024 20:13:21 +0700 Subject: [PATCH] revert: bump back to 79 (#651) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 34f353a0..0d56590f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,7 +20,7 @@ type CoingeckoSupportedChainId = | 42220 | 1088; -const CHAIN_DATA_VERSION = "80"; +const CHAIN_DATA_VERSION = "79"; export type Token = { code: string;