From f7bac55c488b416d72459ab13b191c080b79d703 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 3 May 2018 11:12:18 -0700 Subject: [PATCH 1/3] Update darklist --- app/scripts/constants/darkListConst.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/scripts/constants/darkListConst.js b/app/scripts/constants/darkListConst.js index 22df2f2401..fd8fc56eba 100644 --- a/app/scripts/constants/darkListConst.js +++ b/app/scripts/constants/darkListConst.js @@ -1,9 +1,15 @@ const darklist = function() { return [ { - "address": "0x4114FB8B1879f61b18f7d2E623569a847a03e15A", - "comment": "Fake 'Atonomis' presale", - "date": "2018-04-27", + address: "0x08389B19ad52f0d983609ab785b3a43A0E90355F", + comment: + "Scam address for various fake twitter accounts and fake giveaways", + date: "2018-05-01" + }, + { + address: "0x4114FB8B1879f61b18f7d2E623569a847a03e15A", + comment: "Fake 'Atonomis' presale", + date: "2018-04-27" }, { address: "0x3c3b85b2ae785a8cc16c3d4df12cb27c6983dff5", From 046cdfbf4fdd0a5a1d1dba3f95719ccec10dd4ea Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 3 May 2018 11:13:18 -0700 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5147d453b1..a5542bbcc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.09 ### New +- Update darklist [#1824](https://github.com/kvhnuke/etherwallet/pull/1824) - Update PRPS and DUBI tokens [#1823](https://github.com/kvhnuke/etherwallet/pull/1823) - Adds CLO node [#1770](https://github.com/kvhnuke/etherwallet/pull/1770) - Add fake Atomis to darklist [#1822](https://github.com/kvhnuke/etherwallet/pull/1822) From cec94ae3173fa9d9e05b5152c1abf7ead4b2c1b9 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 3 May 2018 11:30:24 -0700 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5542bbcc4..b438bfa950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### New - Update darklist [#1824](https://github.com/kvhnuke/etherwallet/pull/1824) - Update PRPS and DUBI tokens [#1823](https://github.com/kvhnuke/etherwallet/pull/1823) +- Adds EAST node [#1817](https://github.com/kvhnuke/etherwallet/pull/1817) - Adds CLO node [#1770](https://github.com/kvhnuke/etherwallet/pull/1770) - Add fake Atomis to darklist [#1822](https://github.com/kvhnuke/etherwallet/pull/1822) - Add translations [#1820](https://github.com/kvhnuke/etherwallet/pull/1820)