Skip to content

Commit

Permalink
♻️ Update Evmos Mainnet Link
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Jun 18, 2024
1 parent 0158a2f commit 8a1c233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
- [Harmony](https://explorer.harmony.one/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Fuse Network](https://explorer.fuse.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Cronos](https://cronoscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Evmos](https://escan.live/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Evmos](https://www.mintscan.io/evmos/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Boba Network](https://bobascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Canto](https://tuber.build/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Base](https://basescan.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
Expand Down
2 changes: 1 addition & 1 deletion deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"name": "Evmos",
"chainId": 9001,
"urls": [
"https://escan.live/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"https://www.mintscan.io/evmos/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"https://repo.sourcify.dev/contracts/partial_match/9001/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed/"
]
},
Expand Down
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ const config: HardhatUserConfig = {
network: "evmos",
chainId: 9001,
urls: {
apiURL: "https://escan.live/api",
browserURL: "https://escan.live",
apiURL: "https://api.verify.mintscan.io/evm/api/0x2329",
browserURL: "https://www.mintscan.io/evmos",
},
},
{
Expand Down

0 comments on commit 8a1c233

Please sign in to comment.