mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* register irishub mainnet * update to latest format * create irishub.json demo * update irishub.json * update eip155-6688.json * add rpc to eip155-6688.json * fix format of eip155-6688.json * upload icon --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "IRIShub",
|
|
"chain": "IRIShub",
|
|
"rpc": ["https://evmrpc.irishub-1.irisnet.org"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Eris",
|
|
"symbol": "ERIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.irisnet.org",
|
|
"shortName": "iris",
|
|
"chainId": 6688,
|
|
"networkId": 6688,
|
|
"icon": "irishub",
|
|
"explorers": [
|
|
{
|
|
"name": "IRISHub Cosmos Explorer (IOBScan)",
|
|
"url": "https://irishub.iobscan.io",
|
|
"standard": "none",
|
|
"icon": "irishub"
|
|
}
|
|
]
|
|
}
|