File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments