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.07k stars 76 forks source link

loaders: Fix SourcifyABILoader failure in browsers, add MultiABILoader test #63

Closed shazow closed 1 year ago

shazow commented 1 year ago

Sourcify was still failing to return [] when window.fetch is used, which was preventing MultiABILoader from falling through to the Etherscan loader.