diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc884c971..2719fd629f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +### Release v3.33.0 + +- Replace all links to new one []() + ### Release v3.32.0 -- Update header, sync tokens []() +- Update header, sync tokens [#2229](https://github.com/kvhnuke/etherwallet/pull/2229) ### Release v3.31.1 diff --git a/app/includes/background/extension.js b/app/includes/background/extension.js index e80336848e..1387f2e22d 100644 --- a/app/includes/background/extension.js +++ b/app/includes/background/extension.js @@ -106,7 +106,7 @@ function querycB(tabs) { checkUrlSimilarity(tabs[0].url, SEARCH_STRING) ) { urlRedirect = encodeURI( - `https://www.myetherwallet.com/phishing.html?phishing-address=${ + `https://vintage.myetherwallet.com/phishing.html?phishing-address=${ tabs[0].url }` ); diff --git a/app/includes/bulkGenerate.tpl b/app/includes/bulkGenerate.tpl index 1836a2babd..d653df96a3 100644 --- a/app/includes/bulkGenerate.tpl +++ b/app/includes/bulkGenerate.tpl @@ -43,7 +43,7 @@
- **You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://www.myetherwallet.com/#help) for instructions. + **You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://vintage.myetherwallet.com/#help) for instructions.
diff --git a/app/includes/footer.tpl b/app/includes/footer.tpl index 8e148f4fcc..a1d53a9b7f 100644 --- a/app/includes/footer.tpl +++ b/app/includes/footer.tpl @@ -35,7 +35,7 @@

- + Privacy policy

@@ -103,6 +103,11 @@