mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
648a9cc680
commit
edf5ef4090
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user