mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
60520faebf
commit
5ac785b3b6
25
_data/chains/eip155-6688.json
Normal file
25
_data/chains/eip155-6688.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/irishub.json
Normal file
8
_data/icons/irishub.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW",
|
||||
"width": 1062,
|
||||
"height": 1062,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
Loading…
Reference in New Issue
Block a user