diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-12 21:24:33 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:51:32 +0800 |
commit | cb3eebdad123356f19eff966e97ffe6974389d44 (patch) | |
tree | 920b400e65eb1955685c7f30800f1085d356b753 /app/scripts/controllers/transactions/index.js | |
parent | d039662eb3da9c2d7cb79a0ee0a6be10993c6ff0 (diff) | |
download | dexon-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.js | 2 |
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 } |