mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Opulent-X BETA (main net) (#1552)
* Add Opulent-X BETA (main net) * removed unwanted line * clean with prettier * remove extra lines * clean with prettier * run prettier and commit all affected files.
This commit is contained in:
parent
9fdb730009
commit
e74465ea99
|
@ -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": [{
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Game Network",
|
||||
"url": "https://explorer.fod.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
22
_data/chains/eip155-41500.json
Normal file
22
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user