brianleect / etherscan-labels

Full label data dump of top EVM chains in JSON/CSV.
MIT License
263 stars 78 forks source link

[QOL] [retrieveAll] Ignore large labels #6

Closed brianleect closed 2 years ago

brianleect commented 2 years ago

if numberOfEntries > X , skip labels.

Example image image

Alternatively we can hardcode to ignore but better to filter off by entries. Need to identify the specific element when retrieving from labelcloud.

brianleect commented 2 years ago

Implemented hardcoded ignore list due to it being more straightforward and only having 2 cases to ignore.