From 6ad2ed09633b1660040ab13c503966a13aafa374 Mon Sep 17 00:00:00 2001 From: Huss Martinez Date: Tue, 3 Sep 2024 18:15:08 +0700 Subject: [PATCH] chore: bump version to 81 (#655) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;