eth-phishing-detect icon indicating copy to clipboard operation
eth-phishing-detect copied to clipboard

Expanded Allowlist Check

Open NikitaVr opened this issue 7 months ago • 0 comments

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

NikitaVr avatar Jul 19 '24 20:07 NikitaVr