We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb117 commit 24382cdCopy full SHA for 24382cd
1 file changed
packages/extension/src/providers/ethereum/networks/eth.ts
@@ -10,8 +10,8 @@ const ethOptions: EvmNetworkOptions = {
10
name: NetworkNames.Ethereum,
11
name_long: 'Ethereum',
12
homePage: 'https://ethereum.org',
13
- blockExplorerTX: 'https://www.ethvm.com/tx/[[txHash]]',
14
- blockExplorerAddr: 'https://www.ethvm.com/address/[[address]]',
+ blockExplorerTX: 'https://etherscan.io/tx/[[txHash]]',
+ blockExplorerAddr: 'https://etherscan.io/address/[[address]]',
15
chainID: '0x1',
16
isTestNetwork: false,
17
currencyName: 'ETH',
0 commit comments