Skip to content

Commit

Permalink
Merge pull request #33 from hemilabs/explorer-url
Browse files Browse the repository at this point in the history
FIx the explorer URL
  • Loading branch information
gabmontes authored Apr 29, 2024
2 parents 9ecde97 + 90ff298 commit f354ae8
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 f354ae8

Please sign in to comment.