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",
"network": "testnet",
"rpc": [
"https://exchaintest.okexcn.com"
"https://exchaintestrpc.okex.org"
],
"faucets": ["https://www.okex.com/drawdex"],
"nativeCurrency": {
@ -15,4 +15,4 @@
"shortName": "tokt",
"chainId": 65,
"networkId": 65
}
}

View File

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