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

fix: Viem compatability #104

Closed roninjin10 closed 1 month ago

roninjin10 commented 1 month ago

Viem only works if we pass in a public client. This refactors the adapters to be significantly looser with regard to their type.

TODO

shazow commented 1 month ago

Should be fixed in #107