[Feat] Coverage of other scan sites
brianleect opened this issue · comments
Logic used here should be able to be replicated for other scan sites due to similar structure. Would be good for coverage.
Need further research to determine if site structure / logic used can be re-used.
With the recent changes to etherscan method of displaying labels, it appears that logic may not be entirely reusable.
This would be a fantastic enhancement.
Proposed structure
- Add folder for each scan prioritizing largest scan sites such as BSC and POLY first likely.
- Rework flow to ask for site to scrape or simply loop through all (E.g. etherscan, bscscan, polyscan...)
Further actions
- Rename to evm-labels for clearer representation of project scope
Update, seems that bscscan follows old etherscan format, might be able to just utilize old code.
Login page id seems to match, label cloud also seems same
@naddison36 Latest repo shd have bscscan and polygonscan now. Feel free to bring up any other evm chains of interest you think we should as well.
Thanks @brianleect. Excellent work
@brianleect can you add Optimisim? That's a pretty popular chain
https://optimistic.etherscan.io/
Thanks
@naddison36 currently Optimism scraping is blocked by cloudflare protection
Issue: #18