github-actions
released this
16 Feb 23:48
·
304 commits
to main
since this release
Minor Changes
- cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g.,
balanceOf
will now expect{ owner: `0x${string}` }
, not`0x${string}`
). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g.,symbol
will return astring
, not{ "0": string }
) since many single output return values are unnamed
Patch Changes
- Updated dependencies [cc17b3c]
- @delvtech/[email protected]