From b929ce3b898e2ff73d164ce1d96768f95b49d010 Mon Sep 17 00:00:00 2001 From: Hussein Martinez Date: Thu, 18 Jul 2024 13:16:40 +0700 Subject: [PATCH] chore: changed chain data version to 00001 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 6fc96061..deea8e9f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -19,7 +19,7 @@ type CoingeckoSupportedChainId = | 42 | 42220; -const CHAIN_DATA_VERSION = "MACI_1"; +const CHAIN_DATA_VERSION = "00001"; export type Token = { code: string;