eth-phishing-detect
eth-phishing-detect copied to clipboard
Expanded Allowlist Check
This PR aims to reduce false positives in the blocklist by checking against ChainPatrol's allowlist of legitimate domains.
ChainPatrol regularly verifies companies in the Web3 space and adds their domains to our own allowlist. The allowlist is always open for use.
Here we add a check in validate-new-config.js
to check the new blocklist additions against the ChainPatrol Asset-Check API.
If the API returns ALLOWED
for any blocklist addition then validate-new-config
will throw an error.
Full Documentation on the API can be found here https://chainpatrol.io/docs/external-api/asset-check