chains/_data/chains/eip155-4689.json
XuePing Yang edf5ef4090
add iotex explorer info (#369)
* fix IoTeX chain name

* add iotex explorer info

* change http to https

* add standard to explorers
2021-08-29 18:56:37 +02:00

25 lines
466 B
JSON

{
"name": "IoTeX Network Mainnet",
"chain": "iotex.io",
"network": "mainnet",
"rpc": [
"https://babel-api.mainnet.iotex.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "IoTeX",
"symbol": "IOTX",
"decimals": 18
},
"infoURL": "https://iotex.io",
"shortName": "iotex-mainnet",
"chainId": 4689,
"networkId": 4689,
"explorers": [{
"name": "iotexscan",
"url": "https://iotexscan.io",
"standard": "EIP3091"
}]
}