Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.10.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Oct 17, 2017
1 parent 2f3c8e2 commit a46bdb5
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 32 deletions.
9 changes: 3 additions & 6 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@
@@if (site === 'mew' ) {
<div class="small announcement annoucement-danger">
<div class="container">
Hey! Listen! MyEtherWallet is prepared for the Byzantium fork. You do NOT need to do anything.
Hey! Listen! 🎣 Phishers are stealing coins from folks like YOU! Protect yourself!
<br />
Anyone who DMs you with some announcement on Slack is trying to steal your ETH!
<br />
<a href="https://twitter.com/myetherwallet" target="_blank" rel="noopener">See Twitter for latest updates</a>.
<a href="https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html" target="_blank" rel="noopener">Protect Yourself</a>.</div>
Install <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a> or use <a href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>. These will help protect you.</div>
</div>
}

Expand All @@ -65,7 +62,7 @@
}
<div class="tagline">

<span>3.10.4.6</span>
<span>3.10.4.7</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.4.6",
"version": "3.10.4.7",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.4.6",
"version": "3.10.4.7",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"decimal":2,
"type":"default"
},{
"address":"0x9b73D1779C41DcA36314fB7c4D3309838e20C4E7",
"address":"0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"symbol":"ENJ",
"decimal":18,
"type":"default"
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<div class="tagline">

<span>3.10.4.6</span>
<span>3.10.4.7</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
9 changes: 3 additions & 6 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@

<div class="small announcement annoucement-danger">
<div class="container">
Hey! Listen! MyEtherWallet is prepared for the Byzantium fork. You do NOT need to do anything.
Hey! Listen! 🎣 Phishers are stealing coins from folks like YOU! Protect yourself!
<br />
Anyone who DMs you with some announcement on Slack is trying to steal your ETH!
<br />
<a href="https://twitter.com/myetherwallet" target="_blank" rel="noopener">See Twitter for latest updates</a>.
<a href="https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html" target="_blank" rel="noopener">Protect Yourself</a>.</div>
Install <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a> or use <a href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>. These will help protect you.</div>
</div>


Expand All @@ -57,7 +54,7 @@

<div class="tagline">

<span>3.10.4.6</span>
<span>3.10.4.7</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -11417,7 +11417,7 @@ module.exports=[{
"decimal":2,
"type":"default"
},{
"address":"0x9b73D1779C41DcA36314fB7c4D3309838e20C4E7",
"address":"0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"symbol":"ENJ",
"decimal":18,
"type":"default"
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.4.6",
"version": "3.10.4.7",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
9 changes: 3 additions & 6 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@

<div class="small announcement annoucement-danger">
<div class="container">
Hey! Listen! MyEtherWallet is prepared for the Byzantium fork. You do NOT need to do anything.
Hey! Listen! 🎣 Phishers are stealing coins from folks like YOU! Protect yourself!
<br />
Anyone who DMs you with some announcement on Slack is trying to steal your ETH!
<br />
<a href="https://twitter.com/myetherwallet" target="_blank" rel="noopener">See Twitter for latest updates</a>.
<a href="https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html" target="_blank" rel="noopener">Protect Yourself</a>.</div>
Install <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a> or use <a href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>. These will help protect you.</div>
</div>


Expand All @@ -57,7 +54,7 @@

<div class="tagline">

<span>3.10.4.6</span>
<span>3.10.4.7</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
9 changes: 3 additions & 6 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@

<div class="small announcement annoucement-danger">
<div class="container">
Hey! Listen! MyEtherWallet is prepared for the Byzantium fork. You do NOT need to do anything.
Hey! Listen! 🎣 Phishers are stealing coins from folks like YOU! Protect yourself!
<br />
Anyone who DMs you with some announcement on Slack is trying to steal your ETH!
<br />
<a href="https://twitter.com/myetherwallet" target="_blank" rel="noopener">See Twitter for latest updates</a>.
<a href="https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html" target="_blank" rel="noopener">Protect Yourself</a>.</div>
Install <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a> or use <a href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>. These will help protect you.</div>
</div>


Expand All @@ -57,7 +54,7 @@

<div class="tagline">

<span>3.10.4.6</span>
<span>3.10.4.7</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -11417,7 +11417,7 @@ module.exports=[{
"decimal":2,
"type":"default"
},{
"address":"0x9b73D1779C41DcA36314fB7c4D3309838e20C4E7",
"address":"0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"symbol":"ENJ",
"decimal":18,
"type":"default"
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.4.6",
"version": "3.10.4.7",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down

0 comments on commit a46bdb5

Please sign in to comment.