This is using ethers v5 and 1.3.2 of ethereum-abi-types-generator.
Also, it seems like there might be an opportunity to unify all the interfaces that point to the same struct, so that you could just have "Notice" instead of "NoticeRequest" and "NoticeResponse", per method?
Hi, thanks for the great lib!
I have encountered a bug where the same type is used for arguments which are both a different struct, for example, in the generated output:
This is using ethers v5 and 1.3.2 of ethereum-abi-types-generator.
Also, it seems like there might be an opportunity to unify all the interfaces that point to the same struct, so that you could just have "Notice" instead of "NoticeRequest" and "NoticeResponse", per method?
Thanks