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

This commit is contained in:
ligi 2022-09-06 22:52:32 +00:00
parent 5b434b0aba
commit aceb3f9999
7 changed files with 65 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,7 @@
{ {
"name": "Frontier of Dreams Testnet", "name": "Frontier of Dreams Testnet",
"chain": "Game Network", "chain": "Game Network",
"rpc": [ "rpc": ["https://rpc.fod.games/"],
"https://rpc.fod.games/"
],
"nativeCurrency": { "nativeCurrency": {
"name": "ZKST", "name": "ZKST",
"symbol": "ZKST", "symbol": "ZKST",
@ -14,9 +12,11 @@
"chainId": 18000, "chainId": 18000,
"networkId": 18000, "networkId": 18000,
"infoURL": "https://goexosphere.com", "infoURL": "https://goexosphere.com",
"explorers": [{ "explorers": [
"name": "Game Network", {
"url": "https://explorer.fod.games", "name": "Game Network",
"standard": "EIP3091" "url": "https://explorer.fod.games",
}] "standard": "EIP3091"
}
]
} }

22
chains/eip155-41500.json Normal file
View 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

View File

@ -4795,6 +4795,19 @@
"rpc": ["https://nodeapi.energi.network"], "rpc": ["https://nodeapi.energi.network"],
"faucets": [], "faucets": [],
"infoURL": "https://www.energi.world/" "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", "name": "pegglecoin",
"chainId": 42069, "chainId": 42069,

View File

@ -6804,6 +6804,25 @@
"chainId": 39797, "chainId": 39797,
"networkId": 39797, "networkId": 39797,
"slip44": 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", "name": "pegglecoin",
"chain": "42069", "chain": "42069",

View File

@ -368,6 +368,7 @@
"q": "eip155:35441", "q": "eip155:35441",
"q-testnet": "eip155:35443", "q-testnet": "eip155:35443",
"nrg": "eip155:39797", "nrg": "eip155:39797",
"ox-beta": "eip155:41500",
"PC": "eip155:42069", "PC": "eip155:42069",
"arb1": "eip155:42161", "arb1": "eip155:42161",
"arb-nova": "eip155:42170", "arb-nova": "eip155:42170",