/eternl-blocklist

A repository to collect malicious domains and addresses

Eternl Blocklist

A repository that aims to collect domain names and addresses of known bad actors, to help users recognize scams and avoid loss of funds. Please feel free to fork this repo and create pull requests for addresses/domains that are not yet known

Entries can be found in /src/entries and use the following JSON format:

{
"domains": [ ],
"associated_addresses": [ ],
"related_assets": [ ],
"description": String description
}