Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Oct 29, 2024
1 parent d5dc983 commit 1d16fbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions solidity/test/avs/TestREZUpgrade.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,11 @@ contract REZAdditionTest is Test {
);

delegationManager.delegateTo(
BITGET_6,
ISignatureUtils.SignatureWithExpiry({signature: "", expiry: 0}),
PIER2,
ISignatureUtils.SignatureWithExpiry({
signature: "",
expiry: 1930118683
}),
bytes32(0)
);

Expand Down

0 comments on commit 1d16fbe

Please sign in to comment.