diff --git a/src/consts.ts b/src/consts.ts index 9ac740f3..03023cfa 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -930,7 +930,7 @@ CHAIN_INFO.set(Chain.FINDORA, { }); CHAIN_INFO.set(Chain.BLAST, { - blockExplorerUrl: "https://blastscan.io/tx", + blockExplorerUrl: "https://blastscan.io/tx/", blockExplorerUrlAddr: "https://blastscan.io/address/", constructor: web3HelperFactory, currency: SupportedCurrency.ETH,