mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"name": "OKExChain Mainnet",
|
|
"chain": "okexchain",
|
|
"rpc": [
|
|
"https://exchainrpc.okex.org"
|
|
],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
|
|
"nativeCurrency": {
|
|
"name": "OKExChain Global Utility Token",
|
|
"symbol": "OKT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.okex.com/okexchain",
|
|
"shortName": "okt",
|
|
"chainId": 66,
|
|
"networkId": 66,
|
|
"explorers": [{
|
|
"name": "OKLink",
|
|
"url": "https://www.oklink.com/okexchain",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|