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:
Bim Garcia 2022-09-07 06:49:02 +08:00 committed by GitHub
parent 9fdb730009
commit e74465ea99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 8 deletions

View File

@ -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"
}
]
}

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"
}
]
}