Add okbchain testnet and mainnet (#2408)

* Add okbchain testnet and mainnet

* empty rpc urls

* format json file

* empty explorers

* format json file
This commit is contained in:
Evan Han 2023-03-13 17:14:45 +08:00 committed by GitHub
parent e02117bd96
commit a644e6bcbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "OKBChain Testnet",
"chain": "okbchain",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "OKBChain Global Utility Token in testnet",
"symbol": "OKB",
"decimals": 18
},
"features": [],
"infoURL": "https://www.okex.com/okc",
"shortName": "tokb",
"chainId": 195,
"networkId": 195,
"explorers": [],
"status": "incubating"
}

View File

@ -0,0 +1,18 @@
{
"name": "OKBChain Mainnet",
"chain": "okbchain",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "OKBChain Global Utility Token",
"symbol": "OKB",
"decimals": 18
},
"features": [],
"infoURL": "https://www.okex.com/okc",
"shortName": "okb",
"chainId": 196,
"networkId": 196,
"explorers": [],
"status": "incubating"
}