Skip to content

Commit

Permalink
Make aave_v3 arg optional for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Feb 19, 2025
1 parent 6034ad3 commit 5f7bd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_defi/lagoon/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def deploy_automated_lagoon_vault(
safe_threshold: int,
uniswap_v2: UniswapV2Deployment | None,
uniswap_v3: UniswapV3Deployment | None,
aave_v3: AaveV3Deployment | None,
aave_v3: AaveV3Deployment | None = None,
any_asset: bool = False,
etherscan_api_key: str = None,
use_forge=False,
Expand Down

0 comments on commit 5f7bd75

Please sign in to comment.