mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@1f06b425e5 🚀
This commit is contained in:
parent
66ef73c46a
commit
bc6bb595dd
|
@ -246,6 +246,14 @@
|
|||
"height": 1450,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "nyancat",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmRaSx7AX1VDgcqjwLgSDP4WZmKBHPdHhbjkcEEXPA2Fnc",
|
||||
"width": 1062,
|
||||
"height": 822,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "linea",
|
||||
"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
25
chains/eip155-16688.json
Normal 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
|
@ -7421,6 +7421,19 @@
|
|||
"rpc": ["https://testnet.metadot.network"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 16718,
|
||||
|
|
|
@ -11102,6 +11102,32 @@
|
|||
"shortName": "mtttest",
|
||||
"chainId": 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",
|
||||
"chain": "ambnet",
|
||||
|
|
8
icons/nyancat.json
Normal file
8
icons/nyancat.json
Normal 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
|
@ -570,6 +570,7 @@
|
|||
"TrustTestnet": "eip155:15555",
|
||||
"mtt": "eip155:16000",
|
||||
"mtttest": "eip155:16001",
|
||||
"nyancat": "eip155:16688",
|
||||
"airdao": "eip155:16718",
|
||||
"tivar": "eip155:16888",
|
||||
"ZKST": "eip155:18000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user