Switch to MainNet

pull/1/head
ninabreznik 7 years ago
parent 8b366aaacc
commit 0e96c4037f
  1. 4
      src/app/execution/txRunner.js

@ -76,7 +76,7 @@ TxRunner.prototype.execute = function (args, callback) {
if (err) { if (err) {
console.log(err) console.log(err)
} else { } else {
if (network.name === 'Ropsten') { if (network.name === 'Main') {
modalDialog('Confirm transaction', remixdDialog(tx, self), modalDialog('Confirm transaction', remixdDialog(tx, self),
{ label: 'Confirm', { label: 'Confirm',
fn: () => { fn: () => {
@ -128,7 +128,7 @@ TxRunner.prototype.execute = function (args, callback) {
if (err) { if (err) {
console.log(err) console.log(err)
} else { } else {
if (network.name === 'Ropsten') { if (network.name === 'Main') {
modalDialog('Confirm transaction', remixdDialog(tx, self), modalDialog('Confirm transaction', remixdDialog(tx, self),
{ label: 'Confirm', { label: 'Confirm',
fn: () => { fn: () => {

Loading…
Cancel
Save