diff --git a/contracts/payloads/IGP16/PayloadIGP16.sol b/contracts/payloads/IGP16/PayloadIGP16.sol index 0611df3..4f84e79 100644 --- a/contracts/payloads/IGP16/PayloadIGP16.sol +++ b/contracts/payloads/IGP16/PayloadIGP16.sol @@ -495,7 +495,7 @@ contract PayloadIGP16 { /// @notice Action 3: Add config handler on liquidity layer for weETH/wstETH vault to make borrow limit dynamic function action3() internal { - address VAULT_weETH_wstETH_CONFIG_HANDLER = address(0); + address VAULT_weETH_wstETH_CONFIG_HANDLER = address(0); // TODO AdminModuleStructs.AddressBool[] memory configs_ = new AdminModuleStructs.AddressBool[](1);