chains/_data/chains/eip155-6688.json
Yksirod 5ac785b3b6
Add IRISHub Mainnet (#2662)
* 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>
2023-04-18 16:08:42 +02:00

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"
}
]
}