mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
edf5ef4090
* fix IoTeX chain name * add iotex explorer info * change http to https * add standard to explorers
25 lines
466 B
JSON
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"
|
|
}]
|
|
}
|