Skip to content

Commit

Permalink
Merge pull request #4642 from BitGo/WIN-3056-update-explorer-link-for…
Browse files Browse the repository at this point in the history
…-holesky-to-use-etherscan

chore: update explorer link to use etherscan for holesky
  • Loading branch information
sachushaji authored Jun 19, 2024
2 parents 59fbf0b + d6ca69e commit 9cbd639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ class Goerli extends Testnet implements EthereumNetwork {
class Holesky extends Testnet implements EthereumNetwork {
name = 'Holesky';
family = CoinFamily.ETH;
explorerUrl = 'https://holesky.beaconcha.in/tx/';
accountExplorerUrl = 'https://holesky.beaconcha.in/address/';
blockExplorerUrl = 'https://holesky.beaconcha.in/block/';
explorerUrl = 'https://holesky.etherscan.io/tx/';
accountExplorerUrl = 'https://holesky.etherscan.io/address/';
blockExplorerUrl = 'https://holesky.etherscan.io/block/';
// https://chainlist.org/chain/17000
chainId = 17000;
batcherContractAddress = '0x8ae286c75a339ffabaed3a22088c52eb4f589780';
Expand Down

0 comments on commit 9cbd639

Please sign in to comment.