Skip to content

Commit 4e8916f

Browse files
committed
📖 Update Explorer Links
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 4a3e6f2 commit 4e8916f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
22212221
- [Taraxa](https://mainnet.explorer.taraxa.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22222222
- [Gravity Alpha](https://explorer.gravity.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22232223
- [Taiko](https://taikoscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2224-
- [ZetaChain](https://explorer.zetachain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2224+
- [ZetaChain](https://zetascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22252225
- [5ireChain](https://5irescan.io/contract/evm/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22262226
- [Oasis Sapphire](https://explorer.oasis.io/mainnet/sapphire/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22272227
- [World Chain](https://worldscan.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)

deployments/deployments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"name": "ZetaChain",
350350
"chainId": 7000,
351351
"urls": [
352-
"https://explorer.zetachain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
352+
"https://zetascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
353353
"https://repo.sourcify.dev/7000/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
354354
]
355355
},

hardhat.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,16 +2012,16 @@ const config: HardhatUserConfig = {
20122012
network: "zetaChain",
20132013
chainId: 7000,
20142014
urls: {
2015-
apiURL: "https://zetachain.blockscout.com/api",
2016-
browserURL: "https://zetachain.blockscout.com",
2015+
apiURL: "https://zetascan.com/api",
2016+
browserURL: "https://zetascan.com",
20172017
},
20182018
},
20192019
{
20202020
network: "zetaChainTestnet",
20212021
chainId: 7001,
20222022
urls: {
2023-
apiURL: "https://zetachain-athens-3.blockscout.com/api",
2024-
browserURL: "https://zetachain-athens-3.blockscout.com",
2023+
apiURL: "https://testnet.zetascan.com/api",
2024+
browserURL: "https://testnet.zetascan.com",
20252025
},
20262026
},
20272027
{

0 commit comments

Comments
 (0)