add iotex explorer info (#369)

* fix IoTeX chain name

* add iotex explorer info

* change http to https

* add standard to explorers
This commit is contained in:
XuePing Yang 2021-08-30 00:56:37 +08:00 committed by GitHub
parent 648a9cc680
commit edf5ef4090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -15,5 +15,10 @@
"infoURL": "https://iotex.io",
"shortName": "iotex-mainnet",
"chainId": 4689,
"networkId": 4689
"networkId": 4689,
"explorers": [{
"name": "iotexscan",
"url": "https://iotexscan.io",
"standard": "EIP3091"
}]
}

View File

@ -16,5 +16,10 @@
"infoURL": "https://iotex.io",
"shortName": "iotex-testnet",
"chainId": 4690,
"networkId": 4690
"networkId": 4690,
"explorers": [{
"name": "testnet iotexscan",
"url": "https://testnet.iotexscan.io",
"standard": "EIP3091"
}]
}