update okexchain rpc (#226)

This commit is contained in:
Evan Han 2021-04-16 17:59:49 +08:00 committed by GitHub
parent 231dcfb671
commit 257dec6669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"chain": "okexchain", "chain": "okexchain",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://exchaintest.okexcn.com" "https://exchaintestrpc.okex.org"
], ],
"faucets": ["https://www.okex.com/drawdex"], "faucets": ["https://www.okex.com/drawdex"],
"nativeCurrency": { "nativeCurrency": {
@ -15,4 +15,4 @@
"shortName": "tokt", "shortName": "tokt",
"chainId": 65, "chainId": 65,
"networkId": 65 "networkId": 65
} }

View File

@ -3,7 +3,7 @@
"chain": "okexchain", "chain": "okexchain",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://exchain.okexcn.com" "https://exchainrpc.okex.org"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -15,4 +15,4 @@
"shortName": "okt", "shortName": "okt",
"chainId": 66, "chainId": 66,
"networkId": 66 "networkId": 66
} }