Skip to content

Commit

Permalink
base chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Apr 1, 2024
1 parent a07f543 commit d548568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -893,13 +893,13 @@ CHAIN_INFO.set(Chain.ENERGI, {
});

CHAIN_INFO.set(Chain.BASE, {
blockExplorerUrl: "https://explorer.baseledger.net/tx/",
blockExplorerUrlAddr: "https://explorer.baseledger.net/address/",
blockExplorerUrl: "https://basescan.org/tx/",
blockExplorerUrlAddr: "https://basescan.org/address/",
constructor: web3HelperFactory,
currency: SupportedCurrency.ETH,
currencySymbol: SupportedCurrencyName.ETH,
decimals: Decimals.ETH,
name: "Base Goerli",
name: "Base",
nonce: Chain.BASE,
v3_chainId: v3_ChainId.DEFAULT,
type: ChainType.EVM,
Expand Down

0 comments on commit d548568

Please sign in to comment.