Skip to content

Commit

Permalink
FIx the explorer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Apr 29, 2024
1 parent 9ecde97 commit 90ff298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/chain-list/src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"eip1559": true,
"explorer": {
"name": "Hemi explorer",
"url": "https://explorer.hemi.network"
"url": "https://explorer.hemi.xyz"
},
"decimals": 18,
"gasOverestimation": 1.5,
Expand All @@ -24,7 +24,7 @@
"eip1559": true,
"explorer": {
"name": "Hemi Sepolia explorer",
"url": "https://testnet.explorer.hemi.network"
"url": "https://testnet.explorer.hemi.xyz"
},
"decimals": 18,
"gasOverestimation": 1.5,
Expand Down
4 changes: 2 additions & 2 deletions site/components/ExplorerLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const formatShort = text => `${text.substr(0, 6)}...${text.slice(-4)}`

const explorerUrls = {
1: 'https://etherscan.io',
43111: 'https://explorer.hemi.network',
743111: 'https://testnet.explorer.hemi.network'
43111: 'https://explorer.hemi.xyz',
743111: 'https://testnet.explorer.hemi.xyz'
}

/**
Expand Down

0 comments on commit 90ff298

Please sign in to comment.