From 0e96c4037fdc4a06d6164ea944909370e37afb60 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Fri, 12 Jan 2018 21:08:18 +0800 Subject: [PATCH] Switch to MainNet --- src/app/execution/txRunner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/execution/txRunner.js b/src/app/execution/txRunner.js index 52753dbbdb..951c4c448f 100644 --- a/src/app/execution/txRunner.js +++ b/src/app/execution/txRunner.js @@ -76,7 +76,7 @@ TxRunner.prototype.execute = function (args, callback) { if (err) { console.log(err) } else { - if (network.name === 'Ropsten') { + if (network.name === 'Main') { modalDialog('Confirm transaction', remixdDialog(tx, self), { label: 'Confirm', fn: () => { @@ -128,7 +128,7 @@ TxRunner.prototype.execute = function (args, callback) { if (err) { console.log(err) } else { - if (network.name === 'Ropsten') { + if (network.name === 'Main') { modalDialog('Confirm transaction', remixdDialog(tx, self), { label: 'Confirm', fn: () => {