Deploying to gh-pages from @ ethereum-lists/chains@1f06b425e5 🚀

This commit is contained in:
ligi 2023-04-13 16:15:22 +00:00
parent 66ef73c46a
commit bc6bb595dd
11 changed files with 86 additions and 5 deletions

View File

@ -246,6 +246,14 @@
"height": 1450, "height": 1450,
"format": "png" "format": "png"
}] }]
}, {
"name": "nyancat",
"icons": [{
"url": "ipfs://QmRaSx7AX1VDgcqjwLgSDP4WZmKBHPdHhbjkcEEXPA2Fnc",
"width": 1062,
"height": 822,
"format": "png"
}]
}, { }, {
"name": "linea", "name": "linea",
"icons": [{ "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-16688.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "IRIShub Testnet",
"chain": "IRIShub",
"rpc": ["http://34.80.202.172:8545"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Eris",
"symbol": "ERIS",
"decimals": 18
},
"infoURL": "https://www.irisnet.org",
"shortName": "nyancat",
"chainId": 16688,
"networkId": 16688,
"icon": "nyancat",
"explorers": [
{
"name": "IRISHub Testnet Cosmos Explorer (IOBScan)",
"url": "https://nyancat.iobscan.io",
"standard": "none",
"icon": "nyancat"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7421,6 +7421,19 @@
"rpc": ["https://testnet.metadot.network"], "rpc": ["https://testnet.metadot.network"],
"faucets": ["https://faucet.metadot.network/"], "faucets": ["https://faucet.metadot.network/"],
"infoURL": "https://metadot.network" "infoURL": "https://metadot.network"
}, {
"name": "IRIShub Testnet",
"chainId": 16688,
"shortName": "nyancat",
"networkId": 16688,
"nativeCurrency": {
"name": "Eris",
"symbol": "ERIS",
"decimals": 18
},
"rpc": ["http://34.80.202.172:8545"],
"faucets": [],
"infoURL": "https://www.irisnet.org"
}, { }, {
"name": "AirDAO Mainnet", "name": "AirDAO Mainnet",
"chainId": 16718, "chainId": 16718,

View File

@ -11102,6 +11102,32 @@
"shortName": "mtttest", "shortName": "mtttest",
"chainId": 16001, "chainId": 16001,
"networkId": 16001 "networkId": 16001
}, {
"name": "IRIShub Testnet",
"chain": "IRIShub",
"rpc": ["http://34.80.202.172:8545"],
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"faucets": [],
"nativeCurrency": {
"name": "Eris",
"symbol": "ERIS",
"decimals": 18
},
"infoURL": "https://www.irisnet.org",
"shortName": "nyancat",
"chainId": 16688,
"networkId": 16688,
"icon": "nyancat",
"explorers": [{
"name": "IRISHub Testnet Cosmos Explorer (IOBScan)",
"url": "https://nyancat.iobscan.io",
"standard": "none",
"icon": "nyancat"
}]
}, { }, {
"name": "AirDAO Mainnet", "name": "AirDAO Mainnet",
"chain": "ambnet", "chain": "ambnet",

8
icons/nyancat.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -570,6 +570,7 @@
"TrustTestnet": "eip155:15555", "TrustTestnet": "eip155:15555",
"mtt": "eip155:16000", "mtt": "eip155:16000",
"mtttest": "eip155:16001", "mtttest": "eip155:16001",
"nyancat": "eip155:16688",
"airdao": "eip155:16718", "airdao": "eip155:16718",
"tivar": "eip155:16888", "tivar": "eip155:16888",
"ZKST": "eip155:18000", "ZKST": "eip155:18000",