From ffd25f8832f75d72e514c9a06854082687cf6556 Mon Sep 17 00:00:00 2001 From: D Date: Fri, 11 Oct 2024 16:54:32 +0500 Subject: [PATCH] added blast chain --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 13bd6766..9ac740f3 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -929,7 +929,7 @@ CHAIN_INFO.set(Chain.FINDORA, { tnChainId: 2153, }); -CHAIN_INFO.set(Chain.BASE, { +CHAIN_INFO.set(Chain.BLAST, { blockExplorerUrl: "https://blastscan.io/tx", blockExplorerUrlAddr: "https://blastscan.io/address/", constructor: web3HelperFactory,