shazow / whatsabi

Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code.
https://shazow.github.io/whatsabi/
MIT License
1.04k stars 71 forks source link

Samczsun rebranding and URLs for lookups #22

Closed Jeko83 closed 1 year ago

Jeko83 commented 1 year ago

Samczsun has been rebranded to https://openchain.xyz and the urls for the lookups are now:

https://api.openchain.xyz/signature-database/v1/lookup?function= https://api.openchain.xyz/signature-database/v1/lookup?event=

Updated them manually in the npm module config files and they work like a charm without chaning anything. They also have a 'junk' filter that's supposed to get rid of junk methods. parameter &filter=true Just a heads up for a future commit

shazow commented 1 year ago

Thanks for the heads up, I'll update it before the next release. :)