Skip to content

Commit 24382cd

Browse files
committed
fix: update block explorer URLs to use Etherscan
1 parent 0ccb117 commit 24382cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/extension/src/providers/ethereum/networks

packages/extension/src/providers/ethereum/networks/eth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const ethOptions: EvmNetworkOptions = {
1010
name: NetworkNames.Ethereum,
1111
name_long: 'Ethereum',
1212
homePage: 'https://ethereum.org',
13-
blockExplorerTX: 'https://www.ethvm.com/tx/[[txHash]]',
14-
blockExplorerAddr: 'https://www.ethvm.com/address/[[address]]',
13+
blockExplorerTX: 'https://etherscan.io/tx/[[txHash]]',
14+
blockExplorerAddr: 'https://etherscan.io/address/[[address]]',
1515
chainID: '0x1',
1616
isTestNetwork: false,
1717
currencyName: 'ETH',

0 commit comments

Comments
 (0)