From 67afd740f2af16bc2552f6e4b3cc79ec52f66488 Mon Sep 17 00:00:00 2001 From: Crossle Song Date: Mon, 28 Oct 2024 00:56:49 +0400 Subject: [PATCH] update chain --- chain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/chain.go b/chain.go index 815fdf5..60897a4 100644 --- a/chain.go +++ b/chain.go @@ -284,6 +284,7 @@ func GetFullChains() map[string]bool { EthereumClassicChainId: true, BSCChainId: true, PolygonChainId: true, + BaseChainId: true, MVMChainId: true, DecredChainId: true, RippleChainId: true,