chains/_data/chains/eip155-66.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

26 lines
602 B
JSON

{
"name": "OKXChain Mainnet",
"chain": "okxchain",
"rpc": [
"https://exchainrpc.okex.org",
"https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff"
],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
"nativeCurrency": {
"name": "OKXChain Global Utility Token",
"symbol": "OKT",
"decimals": 18
},
"infoURL": "https://www.okex.com/okc",
"shortName": "okt",
"chainId": 66,
"networkId": 66,
"explorers": [
{
"name": "OKLink",
"url": "https://www.oklink.com/en/okc",
"standard": "EIP3091"
}
]
}