diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-07-13 04:09:20 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-07-13 04:09:20 +0800 |
commit | 52b92fbe40e221c53e1c93a2e998c65833c2334d (patch) | |
tree | 478cb4188e00691d9dea584636349606feff1e84 /package.json | |
parent | 822ebca3eb4a1e03b88d2e9def11260de44a9f63 (diff) | |
download | tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.gz tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.bz2 tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.lz tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.xz tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.zst tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.zip |
Add first version of phishing site warning
Links to my own blacklist for now, since I added a package.json for easy importing.
We can point at the main 408H repository once this is merged:
https://github.com/409H/EtherAddressLookup/pull/24
Redirects detected phishing sites [here](https://metamask.io/phishing.html).
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 10b175975..87312b8d1 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "eth-sig-util": "^1.1.1", "eth-simple-keyring": "^1.1.1", "eth-token-tracker": "^1.1.2", + "etheraddresslookup": "github:flyswatter/EtherAddressLookup#AddPackageJson", "ethereumjs-tx": "^1.3.0", "ethereumjs-util": "ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9", "ethereumjs-wallet": "^0.6.0", |