diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-06-15 23:55:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 23:55:39 +0800 |
commit | a42299aab7d775f8a55d7c5e7fc02192371a3f25 (patch) | |
tree | 331e2284d17edaf66fd8a066fe443975b19f9d83 | |
parent | 299abee666d7f8347e062afff4f2fae47c7f6968 (diff) | |
download | tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar.gz tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar.bz2 tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar.lz tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar.xz tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.tar.zst tangerine-wallet-browser-a42299aab7d775f8a55d7c5e7fc02192371a3f25.zip |
Add apparent phishing address to block list
In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
-rw-r--r-- | app/scripts/controllers/transactions/lib/recipient-blacklist-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/controllers/transactions/lib/recipient-blacklist-config.json b/app/scripts/controllers/transactions/lib/recipient-blacklist-config.json index b348eb72e..995ca102a 100644 --- a/app/scripts/controllers/transactions/lib/recipient-blacklist-config.json +++ b/app/scripts/controllers/transactions/lib/recipient-blacklist-config.json @@ -1,5 +1,6 @@ { "blacklist": [ + "0x9bcb0A9d99d815Bb87ee3191b1399b1Bcc46dc77", "0x627306090abab3a6e1400e9345bc60c78a8bef57", "0xf17f52151ebef6c7334fad080c5704d77216b732", "0xc5fdf4076b8f3a5357c5e395ab970b5b54098fef", |