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

devop/update-darklist #1824

Merged
merged 3 commits into from
May 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 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 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)
Expand Down
12 changes: 9 additions & 3 deletions app/scripts/constants/darkListConst.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down