mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
486 B
JSON
26 lines
486 B
JSON
{
|
|
"name": "Iora Chain",
|
|
"chain": "IORA",
|
|
"network": "iorachain",
|
|
"icon": "iorachain",
|
|
"rpc": ["https://dataseed.iorachain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Iora",
|
|
"symbol": "IORA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://iorachain.com",
|
|
"shortName": "iora",
|
|
"chainId": 1197,
|
|
"networkId": 1197,
|
|
"explorers": [
|
|
{
|
|
"name": "ioraexplorer",
|
|
"url": "https://explorer.iorachain.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|
|
|