EtherAddressLookup icon indicating copy to clipboard operation
EtherAddressLookup copied to clipboard

Blacklists/Whitelists

Open 409H opened this issue 8 years ago • 3 comments

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 avatar Aug 29 '17 14:08 409H

@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);

Samyoul avatar Oct 27 '17 22:10 Samyoul

I'm not sure yet. Ideally we need to load in eth-phishing-detect as a priority before ethereum-lists

409H avatar Oct 27 '17 22:10 409H