File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2192,7 +2192,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
21922192- [ Aurora] ( https://explorer.mainnet.aurora.dev/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
21932193- [ Harmony] ( https://explorer.harmony.one/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
21942194- [ Fuse Network] ( https://explorer.fuse.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
2195- - [ Cronos] ( https://cronoscan.com /address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
2195+ - [ Cronos] ( https://explorer.cronos.org /address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
21962196- [ Evmos] ( https://www.mintscan.io/evmos/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
21972197- [ Boba Network] ( https://bobascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
21982198- [ Canto] ( https://tuber.build/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
Original file line number Diff line number Diff line change 130130 "name" : " Cronos" ,
131131 "chainId" : 25 ,
132132 "urls" : [
133- " https://cronoscan.com /address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed" ,
133+ " https://explorer.cronos.org /address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed" ,
134134 " https://repo.sourcify.dev/25/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
135135 ]
136136 },
Original file line number Diff line number Diff line change @@ -1531,16 +1531,16 @@ const config: HardhatUserConfig = {
15311531 network : "cronos" ,
15321532 chainId : 25 ,
15331533 urls : {
1534- apiURL : "https://api.cronoscan.com/ api" ,
1535- browserURL : "https://cronoscan.com " ,
1534+ apiURL : "https://explorer- api.cronos.org/mainnet/ api/v2 " ,
1535+ browserURL : "https://explorer.cronos.org " ,
15361536 } ,
15371537 } ,
15381538 {
15391539 network : "cronosTestnet" ,
15401540 chainId : 338 ,
15411541 urls : {
1542- apiURL : "https://cronos.org/explorer/testnet3/ api" ,
1543- browserURL : "https://cronos.org/explorer/testnet3 " ,
1542+ apiURL : "https://explorer-api. cronos.org/testnet/ api/v2 " ,
1543+ browserURL : "https://explorer. cronos.org/testnet " ,
15441544 } ,
15451545 } ,
15461546 {
You can’t perform that action at this time.
0 commit comments