Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 448 Bytes

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
}