Skip to content

Commit

Permalink
Legacy tests for V2
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed Jan 22, 2025
1 parent 59d7bd2 commit 905bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/owr/OptimisticWithdrawalRecipientV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract OptimisticWithdrawalRecipientV2Test is OWRTestHelper, Test {

event ReceiveETH(uint256 amount);
event DistributeFunds(uint256 principalPayout, uint256 rewardPayout, uint256 pullFlowFlag);
event RecoverNonOWRecipientFunds(address nonOWRToken, address recipient, uint256 amount);
event RecoverNonOWRecipientFunds(address indexed nonOWRToken, address indexed recipient, uint256 amount);

address public ENS_REVERSE_REGISTRAR = 0x084b1c3C81545d370f3634392De611CaaBFf8148;

Expand Down

0 comments on commit 905bd01

Please sign in to comment.