add okexchain info (#143)

* add okexchain info

* update token name

* rename shortName
This commit is contained in:
Evan Han 2021-01-05 04:16:29 +08:00 committed by GitHub
parent c6ec9d5abc
commit 7cecdff53f
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": "OKExChain Testnet",
"chain": "okexchain",
"network": "testnet",
"rpc": [
"https://www.okex.com/okexchain-rpc-testnet"
],
"faucets": ["https://www.okex.com/drawdex"],
"nativeCurrency": {
"name": "OKExChain Global Utility Token in testnet",
"symbol": "TOKT",
"decimals": 18
},
"infoURL": "https://www.okex.com/okexchain",
"shortName": "tokt",
"chainId": 65,
"networkId": 65
}

View File

@ -0,0 +1,18 @@
{
"name": "OKExChain Mainnet",
"chain": "okexchain",
"network": "mainnet",
"rpc": [
"https://www.okex.com/okexchain-rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "OKExChain Global Utility Token",
"symbol": "OKT",
"decimals": 18
},
"infoURL": "https://www.okex.com/okexchain",
"shortName": "okt",
"chainId": 66,
"networkId": 66
}