chains/_data/chains/eip155-4690.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
489 B
JSON

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