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

26 lines
513 B
JSON

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