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

devop/update-darklist #1987

Merged
merged 2 commits into from
Aug 1, 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
### New
- Add contracts from ethereum-list [#1984](https://github.com/kvhnuke/etherwallet/pull/1984)

### Update
- Add buzcoin ico scam sites to darklist [#1987](https://github.com/kvhnuke/etherwallet/pull/1987)

### Release v3.21.18
### New
- Cleanup nodeTypes [#1983](https://github.com/kvhnuke/etherwallet/pull/1983)
Expand Down
22 changes: 19 additions & 3 deletions app/scripts/constants/darkListConst.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
const darklist = function() {
return [
{
"address": "0xfb6E71e0800BcCC0db8a9Cf326fe3213CA1A0EA0",
"comment":"Scam lottery contract that takes advantage of odd struct memory management",
"date": "2018-06-19"
address: "0xfb6E71e0800BcCC0db8a9Cf326fe3213CA1A0EA0",
comment:
"Scam lottery contract that takes advantage of odd struct memory management",
date: "2018-06-19"
},
{
address: "0x3B5744c7F340E0d2Dcf7A072A4c963B9a43c982B",
comment: "Buzcoin ICO scam (buzovacoin.io)",
date: "2018-08-01"
},
{
address: "0xEeF2a09be2A136bBa76F04CF056E36947DBf0b0C",
comment: "Buzcoin ICO scam (buz-coin.io)",
date: "2018-08-01"
},
{
address: "0x86dDF5b305B9081fB5208e903EDeB013510997cd",
comment: "Buzcoin ICO scam (buzcoinio.com)",
date: "2018-08-01"
},
{
address: "0x181c71726f12ce2514e8b93019eb22645a79f966",
Expand Down