aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/index.js
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-11-12 21:24:33 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:51:32 +0800
commitcb3eebdad123356f19eff966e97ffe6974389d44 (patch)
tree920b400e65eb1955685c7f30800f1085d356b753 /app/scripts/controllers/transactions/index.js
parentd039662eb3da9c2d7cb79a0ee0a6be10993c6ff0 (diff)
downloaddexon-wallet-cb3eebdad123356f19eff966e97ffe6974389d44.tar.gz
dexon-wallet-cb3eebdad123356f19eff966e97ffe6974389d44.tar.zst
dexon-wallet-cb3eebdad123356f19eff966e97ffe6974389d44.zip
Update RPC endpoint
Diffstat (limited to 'app/scripts/controllers/transactions/index.js')
-rw-r--r--app/scripts/controllers/transactions/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/transactions/index.js b/app/scripts/controllers/transactions/index.js
index e8ef5595..27d1ef86 100644
--- a/app/scripts/controllers/transactions/index.js
+++ b/app/scripts/controllers/transactions/index.js
@@ -112,7 +112,7 @@ class TransactionController extends EventEmitter {
const getChainId = parseInt(networkState)
if (Number.isNaN(getChainId)) {
// default to DEXON testnet
- return 237
+ return 238
} else {
return getChainId
}