chains/_data/chains/eip155-4689.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
447 B
JSON

{
"name": "IoTeX Network Mainnet",
"chain": "iotex.io",
"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"
}
]
}