Skip to content

v0.3.6

Compare
Choose a tag to compare
@bjfresh bjfresh released this 16 Sep 11:59
· 225 commits to main since this release

0.3.6

  • Fixes an issue where hoisted walletClient account was not being implemented in viem executeCall
  • Introduces revised testing rubric (spin up local Anvil node via viem/anvil)
  • Explicit executeCall send in example Apps
  • Explicit export of TBAccountParams
  • Explicit typing for NFTTokenType
  • Add optional publicClient param to TokenboundClient (used for anvil testing)
  • Remove act() from E2E tests (already enforced inside wagmi renderer)
  • Extensive cleanup