mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add okbchain testnet and mainnet * empty rpc urls * format json file * empty explorers * format json file
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"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"
|
|
}
|