Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

v0.4.0

Choose a tag to compare

@consumer-sdk-release-bot consumer-sdk-release-bot released this 09 Apr 13:22
· 69 commits to main since this release
6b196c8

Minor Changes

  • 1b5f2bd: Add VaultV1 (MetaMorpho) support with deposit, withdraw, and redeem operations. Deposit is routed through bundler3 with general adapter enforcement (maxSharePrice protection against inflation attacks). Withdraw and redeem are direct vault calls. Both VaultV1 and VaultV2 deposits now support optional nativeAmount parameter for native token wrapping via GeneralAdapter1.wrapNative() on wNative vaults (e.g. deposit ETH directly into a WETH vault). Includes new MorphoVaultV1 entity, action builders, dedicated error classes, and comprehensive test coverage.