EtherAddressLookup
EtherAddressLookup copied to clipboard
Blacklists/Whitelists
Modify the logic to use https://github.com/MyEtherWallet/ethereum-lists and https://github.com/MetaMask/eth-phishing-detect so updates are in parallel with MetaMask and less files to maintain.
@409H How do you expect this functionality to work?
Create functionality so that automates the import of the lists from mew/metamask repos into this repo? Or reference the git repos directly?
example:
var url = " https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/urls/urls-darklist.json";
httpRequest.open('GET', url, true);
I'm not sure yet. Ideally we need to load in eth-phishing-detect as a priority before ethereum-lists