Merge pull request #2 from QuarkChain/w3q

update web3q explorers from http to https
This commit is contained in:
Qi Zhou 2022-02-21 23:55:46 -08:00 committed by GitHub
commit c0d9e254fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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