Closed Mukundan314 closed 2 years ago
Currently getImplementationAddress
does not work properly on ganache. This seems to be because ganache does not pad the result of eth_getStorateAt
. Should I include the fix for this in this PR or should that be a separate PR?
Thanks for this PR! Sorry for the delay in response as well. Looks good!
A fix to the ganache issue would be great to include in this PR.
Also, could you add some information about this feature to the README?
Made the requested changes, it now works with ganache and README has information on how to use this feature
Thanks! This is great 💪
Will merge + publish soon!
This PR allow specifying custom API and explorer URLs
Sample configuration:
Currently a API key needs to be provided even if the block explorer does not need one. Should I make the API key optional?