update explorers from http to https

This commit is contained in:
pingke 2022-02-22 15:43:32 +08:00
parent cce72022b7
commit 376314760b
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"networkId": 333,
"explorers": [{
"name": "w3q-mainnet",
"url": "http://explorer.mainnet.web3q.io",
"url": "https://explorer.mainnet.web3q.io",
"standard": "EIP3091"
}]
}

View File

@ -17,7 +17,7 @@
"networkId": 3333,
"explorers": [{
"name": "w3q-testnet",
"url": "http://explorer.testnet.web3q.io",
"url": "https://explorer.testnet.web3q.io",
"standard": "EIP3091"
}]
}