Commit 0e96c403 authored by ninabreznik's avatar ninabreznik

Switch to MainNet

parent 8b366aaa
...@@ -76,7 +76,7 @@ TxRunner.prototype.execute = function (args, callback) { ...@@ -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) { ...@@ -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: () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment