brianleect / etherscan-labels

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

[QOL] [retrieveAll] Ignore large labels #6

Closed brianleect closed 1 year ago

brianleect commented 1 year 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 1 year ago

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