You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the context for this issue, but if it's about exposing types in a way that people can easily use to get type safety in their viem applications, you can consider using #5984 with tsWrapper set to true
I'm not sure the context for this issue, but if it's about exposing types in a way that people can easily use to get type safety in their viem applications, you can consider using #5984 with tsWrapper set to true
@SebastienGllmt, in Hardhat 3 the compilation pipeline also generates typescript types similar to your tsWrapper. We them consume those types from hardhat-viem.
We need to improve the types and
chain
selection. This will require a reworking at least at the type level - though potentially API changes as well.The text was updated successfully, but these errors were encountered: