volsa / etherface

Ethereum Signature Database
https://www.etherface.io
GNU General Public License v3.0
171 stars 22 forks source link

Etherscan scraping is broken #17

Closed volsa closed 1 year ago

volsa commented 1 year ago

Seems like Etherscan changed the address format on https://etherscan.io/contractsVerified where previously the whole address was visible whereas now only the head and tail are shown. The href as well as data-clipboard-text attribute still contain the whole address, hence this should be easy to fix.

kalanyuz commented 1 year ago

Created #19 to fix this