mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"name": "OKExChain Testnet",
|
|
"chain": "okexchain",
|
|
"rpc": [
|
|
"https://exchaintestrpc.okex.org"
|
|
],
|
|
"faucets": ["https://www.okex.com/drawdex"],
|
|
"nativeCurrency": {
|
|
"name": "OKExChain Global Utility Token in testnet",
|
|
"symbol": "OKT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.okex.com/okexchain",
|
|
"shortName": "tokt",
|
|
"chainId": 65,
|
|
"networkId": 65,
|
|
"explorers": [{
|
|
"name": "OKLink",
|
|
"url": "https://www.oklink.com/okexchain-test",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|