Skip to content

Commit

Permalink
added blast chain
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Oct 11, 2024
1 parent ffd25f8 commit 510d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 510d81f

Please sign in to comment.