diff options
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 } |