diff --git a/app/includes/header.tpl b/app/includes/header.tpl index 4576bd1085..768a683dbc 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -43,7 +43,7 @@
Open-Source & Client-Side Ether Wallet - · v3.8.93    + · v3.8.94    diff --git a/app/manifest.json b/app/manifest.json index f4aa011672..e52e9704bc 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet CX", - "version": "3.8.93", + "version": "3.8.94", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/app/package.json b/app/package.json index c3cb432f5c..baed2b46f4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.8.93", + "version": "3.8.94", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index 11fed956b9..6dcaa36374 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -43,7 +43,7 @@
Open-Source & Client-Side Ether Wallet - · v3.8.93    + · v3.8.94    diff --git a/chrome-extension/helpers.html b/chrome-extension/helpers.html index d12e12edf9..f7b994cf4b 100644 --- a/chrome-extension/helpers.html +++ b/chrome-extension/helpers.html @@ -40,7 +40,7 @@
Open-Source & Client-Side Ether Wallet - · v3.8.93    + · v3.8.94    diff --git a/chrome-extension/js/etherwallet-master.js b/chrome-extension/js/etherwallet-master.js index 0333627347..9d79979d13 100644 --- a/chrome-extension/js/etherwallet-master.js +++ b/chrome-extension/js/etherwallet-master.js @@ -2885,10 +2885,10 @@ module.exports = [{ msg: 'DCORP. Ends June 30, 2017.' }, { // BANCOR - to: '0x0000', + to: '0xBbc79794599b19274850492394004087cBf89710', gasLimit: 200000, data: '', - msg: 'Bancor. Open June 12, 10:00 GMT - 11:00 GMT.' + msg: 'Bancor. Open June 12, 14:00 GMT - 15:00 GMT. Use gas slider in the footer to increase GAS PRICE to 50 GWEI. GAS LIMIT: 200000.' }, { // SuperDao to: '0x0000', @@ -9507,6 +9507,12 @@ module.exports=[ "decimal":8, "type":"default" }, + { + "address":"0x40395044ac3c0c57051906da938b54bd6557f212", + "symbol":"MGO", + "decimal":8, + "type":"default" + }, { "address":"0xd0b171Eb0b0F2CbD35cCD97cDC5EDC3ffe4871aa", "symbol":"MDA", diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index f4aa011672..e52e9704bc 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet CX", - "version": "3.8.93", + "version": "3.8.94", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/dist/helpers.html b/dist/helpers.html index d12e12edf9..f7b994cf4b 100644 --- a/dist/helpers.html +++ b/dist/helpers.html @@ -40,7 +40,7 @@
Open-Source & Client-Side Ether Wallet - · v3.8.93    + · v3.8.94    diff --git a/dist/index.html b/dist/index.html index 6ceccb4129..447c773ddd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -40,7 +40,7 @@
Open-Source & Client-Side Ether Wallet - · v3.8.93    + · v3.8.94    diff --git a/dist/js/etherwallet-master.js b/dist/js/etherwallet-master.js index 0333627347..9d79979d13 100644 --- a/dist/js/etherwallet-master.js +++ b/dist/js/etherwallet-master.js @@ -2885,10 +2885,10 @@ module.exports = [{ msg: 'DCORP. Ends June 30, 2017.' }, { // BANCOR - to: '0x0000', + to: '0xBbc79794599b19274850492394004087cBf89710', gasLimit: 200000, data: '', - msg: 'Bancor. Open June 12, 10:00 GMT - 11:00 GMT.' + msg: 'Bancor. Open June 12, 14:00 GMT - 15:00 GMT. Use gas slider in the footer to increase GAS PRICE to 50 GWEI. GAS LIMIT: 200000.' }, { // SuperDao to: '0x0000', @@ -9507,6 +9507,12 @@ module.exports=[ "decimal":8, "type":"default" }, + { + "address":"0x40395044ac3c0c57051906da938b54bd6557f212", + "symbol":"MGO", + "decimal":8, + "type":"default" + }, { "address":"0xd0b171Eb0b0F2CbD35cCD97cDC5EDC3ffe4871aa", "symbol":"MDA", diff --git a/dist/package.json b/dist/package.json index c3cb432f5c..baed2b46f4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.8.93", + "version": "3.8.94", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC",