mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add okexchain info (#143)
* add okexchain info * update token name * rename shortName
This commit is contained in:
parent
c6ec9d5abc
commit
7cecdff53f
18
_data/chains/eip155-65.json
Normal file
18
_data/chains/eip155-65.json
Normal 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
|
||||||
|
}
|
18
_data/chains/eip155-66.json
Normal file
18
_data/chains/eip155-66.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user