Deploying to gh-pages from @ ethereum-lists/chains@5ac785b3b6 🚀

This commit is contained in:
ligi 2023-04-18 14:16:52 +00:00
parent a2bb80546e
commit 92fd5d4c3b
12 changed files with 86 additions and 5 deletions

View File

@ -1926,6 +1926,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "irishub",
"icons": [{
"url": "ipfs://QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW",
"width": 1062,
"height": 1062,
"format": "png"
}]
}, {
"name": "enuls",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25
chains/eip155-6688.json Normal file
View 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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6160,6 +6160,19 @@
"rpc": ["https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz"],
"faucets": [],
"infoURL": "https://chain.pixie.xyz"
}, {
"name": "IRIShub",
"chainId": 6688,
"shortName": "iris",
"networkId": 6688,
"nativeCurrency": {
"name": "Eris",
"symbol": "ERIS",
"decimals": 18
},
"rpc": ["https://evmrpc.irishub-1.irisnet.org"],
"faucets": [],
"infoURL": "https://www.irisnet.org"
}, {
"name": "Gold Smart Chain Mainnet",
"chainId": 6789,

View File

@ -9238,6 +9238,32 @@
"url": "https://scan.chain.pixie.xyz",
"standard": "none"
}]
}, {
"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"
}]
}, {
"name": "Gold Smart Chain Mainnet",
"chain": "STAND",

8
icons/irishub.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW",
"width": 1062,
"height": 1062,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -473,6 +473,7 @@
"TRESMAIN": "eip155:6066",
"SRC-test": "eip155:6552",
"pixie-chain": "eip155:6626",
"iris": "eip155:6688",
"STANDm": "eip155:6789",
"tombchain": "eip155:6969",
"psc": "eip155:6999",