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@312882bcac 🚀
This commit is contained in:
parent
7673d926a6
commit
b5d993fe5a
|
@ -198,6 +198,14 @@
|
||||||
"height": 256,
|
"height": 256,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "5ireChain",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "svg"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "mainnetzTestnet",
|
"name": "mainnetzTestnet",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-997.json
Normal file
24
chains/eip155-997.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "5ireChain Thunder",
|
||||||
|
"chain": "5ireChain",
|
||||||
|
"rpc": ["https://rpc-testnet.5ire.network"],
|
||||||
|
"faucets": ["https://explorer.5ire.network/faucet"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "5ire Token",
|
||||||
|
"symbol": "5ire",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://5ire.org",
|
||||||
|
"shortName": "5ire",
|
||||||
|
"chainId": 997,
|
||||||
|
"networkId": 997,
|
||||||
|
"icon": "5ireChain",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "5ireChain Explorer",
|
||||||
|
"url": "https://explorer.5ire.network",
|
||||||
|
"standard": "none",
|
||||||
|
"icon": "5ireChain"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3456,6 +3456,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.topnetwork.org/"
|
"infoURL": "https://www.topnetwork.org/"
|
||||||
|
}, {
|
||||||
|
"name": "5ireChain Thunder",
|
||||||
|
"chainId": 997,
|
||||||
|
"shortName": "5ire",
|
||||||
|
"networkId": 997,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "5ire Token",
|
||||||
|
"symbol": "5ire",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-testnet.5ire.network"],
|
||||||
|
"faucets": ["https://explorer.5ire.network/faucet"],
|
||||||
|
"infoURL": "https://5ire.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Lucky Network",
|
"name": "Lucky Network",
|
||||||
"chainId": 998,
|
"chainId": 998,
|
||||||
|
|
|
@ -5080,6 +5080,27 @@
|
||||||
"url": "https://www.topscan.io",
|
"url": "https://www.topscan.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "5ireChain Thunder",
|
||||||
|
"chain": "5ireChain",
|
||||||
|
"rpc": ["https://rpc-testnet.5ire.network"],
|
||||||
|
"faucets": ["https://explorer.5ire.network/faucet"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "5ire Token",
|
||||||
|
"symbol": "5ire",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://5ire.org",
|
||||||
|
"shortName": "5ire",
|
||||||
|
"chainId": 997,
|
||||||
|
"networkId": 997,
|
||||||
|
"icon": "5ireChain",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "5ireChain Explorer",
|
||||||
|
"url": "https://explorer.5ire.network",
|
||||||
|
"standard": "none",
|
||||||
|
"icon": "5ireChain"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Lucky Network",
|
"name": "Lucky Network",
|
||||||
"chain": "LN",
|
"chain": "LN",
|
||||||
|
|
8
icons/5ireChain.json
Normal file
8
icons/5ireChain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -265,6 +265,7 @@
|
||||||
"top_evm": "eip155:980",
|
"top_evm": "eip155:980",
|
||||||
"memochain": "eip155:985",
|
"memochain": "eip155:985",
|
||||||
"top": "eip155:989",
|
"top": "eip155:989",
|
||||||
|
"5ire": "eip155:997",
|
||||||
"ln": "eip155:998",
|
"ln": "eip155:998",
|
||||||
"twan": "eip155:999",
|
"twan": "eip155:999",
|
||||||
"gton": "eip155:1000",
|
"gton": "eip155:1000",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user