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
#65a542514 Thanks @Bind! - Fixed abitype/zod support for legacy contracts, like WETH, by making inputs optional for type: 'fallback' and AbiErrortype from "event" to "error".
#417147b07 Thanks @tmm! - Set ArrayMaxDepth default to false so there is no maximum array depth. Added new configuration option StrictAbiType for validating AbiParameter's type. Defaults to false so AbiParameter['type'] is string instead of a large union.