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@e74465ea99 🚀
This commit is contained in:
parent
5b434b0aba
commit
aceb3f9999
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
"name": "Frontier of Dreams Testnet",
|
||||
"chain": "Game Network",
|
||||
"rpc": [
|
||||
"https://rpc.fod.games/"
|
||||
],
|
||||
"rpc": ["https://rpc.fod.games/"],
|
||||
"nativeCurrency": {
|
||||
"name": "ZKST",
|
||||
"symbol": "ZKST",
|
||||
|
@ -14,9 +12,11 @@
|
|||
"chainId": 18000,
|
||||
"networkId": 18000,
|
||||
"infoURL": "https://goexosphere.com",
|
||||
"explorers": [{
|
||||
"name": "Game Network",
|
||||
"url": "https://explorer.fod.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Game Network",
|
||||
"url": "https://explorer.fod.games",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
22
chains/eip155-41500.json
Normal file
22
chains/eip155-41500.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Opulent-X BETA",
|
||||
"chainId": 41500,
|
||||
"shortName": "ox-beta",
|
||||
"chain": "Opulent-X",
|
||||
"networkId": 41500,
|
||||
"nativeCurrency": {
|
||||
"name": "Oxyn Gas",
|
||||
"symbol": "OXYN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://connect.opulent-x.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://beta.opulent-x.com",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Opulent-X BETA Explorer",
|
||||
"url": "https://explorer.opulent-x.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4795,6 +4795,19 @@
|
|||
"rpc": ["https://nodeapi.energi.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.energi.world/"
|
||||
}, {
|
||||
"name": "Opulent-X BETA",
|
||||
"chainId": 41500,
|
||||
"shortName": "ox-beta",
|
||||
"networkId": 41500,
|
||||
"nativeCurrency": {
|
||||
"name": "Oxyn Gas",
|
||||
"symbol": "OXYN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://connect.opulent-x.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://beta.opulent-x.com"
|
||||
}, {
|
||||
"name": "pegglecoin",
|
||||
"chainId": 42069,
|
||||
|
|
|
@ -6804,6 +6804,25 @@
|
|||
"chainId": 39797,
|
||||
"networkId": 39797,
|
||||
"slip44": 39797
|
||||
}, {
|
||||
"name": "Opulent-X BETA",
|
||||
"chainId": 41500,
|
||||
"shortName": "ox-beta",
|
||||
"chain": "Opulent-X",
|
||||
"networkId": 41500,
|
||||
"nativeCurrency": {
|
||||
"name": "Oxyn Gas",
|
||||
"symbol": "OXYN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://connect.opulent-x.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://beta.opulent-x.com",
|
||||
"explorers": [{
|
||||
"name": "Opulent-X BETA Explorer",
|
||||
"url": "https://explorer.opulent-x.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "pegglecoin",
|
||||
"chain": "42069",
|
||||
|
|
|
@ -368,6 +368,7 @@
|
|||
"q": "eip155:35441",
|
||||
"q-testnet": "eip155:35443",
|
||||
"nrg": "eip155:39797",
|
||||
"ox-beta": "eip155:41500",
|
||||
"PC": "eip155:42069",
|
||||
"arb1": "eip155:42161",
|
||||
"arb-nova": "eip155:42170",
|
||||
|
|
Loading…
Reference in New Issue
Block a user