mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
489 B
JSON
25 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"
|
|
}]
|
|
}
|