This repository was archived by the owner on May 4, 2026. It is now read-only.
v0.4.0
·
69 commits
to main
since this release
Minor Changes
- 1b5f2bd: Add VaultV1 (MetaMorpho) support with
deposit,withdraw, andredeemoperations. Deposit is routed through bundler3 with general adapter enforcement (maxSharePriceprotection against inflation attacks). Withdraw and redeem are direct vault calls. Both VaultV1 and VaultV2 deposits now support optionalnativeAmountparameter for native token wrapping viaGeneralAdapter1.wrapNative()on wNative vaults (e.g. deposit ETH directly into a WETH vault). Includes newMorphoVaultV1entity, action builders, dedicated error classes, and comprehensive test coverage.