Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions l1-contracts/test/staking_asset_handler/constructor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ contract ConstructorTest is StakingAssetHandlerBase {
uint256 _depositsPerMint,
address[] memory _canAddValidator
) external {
vm.assume(_owner != address(0));
_depositsPerMint = bound(_depositsPerMint, 1, 1000);
// it sets the owner
// it sets the staking asset
Expand Down