Skip to content

Commit

Permalink
Add some more known scammer accounts, close #133
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed May 8, 2017
1 parent c0f11ad commit 027f129
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions web/lib/common/account_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,34 @@ export default class AccountUtils {
"poloniexwallett",
"poloniexwall-t",
"poloniexwalle",
"poloniex"
"poloniex",
"poloneix"
];

const scamAccountsBittrex = [
"bittrex-deopsit",
"bittrex-deposi",
"bittrex-depositt",
"bittrex-dposit",
"bittrex"
"bittrex",
"bittrex-deposits"
];

const scamAccountsOther = [
"coinbase"
"coinbase",
"blocktrade",
"locktrades",
"yun.bts",
"transwiser-walle",
"transwiser-wallets",
"ranswiser-wallet",
"yun.btc",
"pay.coinbase.com",
"pay.bts.com",
"btc38.com",
"yunbi.com",
"coinbase.com",
"ripple.com"
];

let scamMessage = null;
Expand Down

0 comments on commit 027f129

Please sign in to comment.