Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Apr 5, 2024
1 parent df991cc commit 1147e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rewards-claimer/LlamaRewardsClaimTestSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ contract LlamaRewardsClaimTestSetup is LlamaPeripheryTestSetup, DeployLlamaRewar
vm.deal(address(rewardsContract5), 1 ether);
deal(address(USDC), address(rewardsContract5), 1 ether);

vm.startPrank(address(EXECUTOR));
// Authorize the rewards contracts to claim rewards.
LlamaRewardsClaimStorage.TargetSelectorAuthorization[] memory data =
new LlamaRewardsClaimStorage.TargetSelectorAuthorization[](10);
Expand Down Expand Up @@ -84,5 +85,6 @@ contract LlamaRewardsClaimTestSetup is LlamaPeripheryTestSetup, DeployLlamaRewar
CORE.setGuard(
address(ACCOUNT), bytes4(keccak256("execute(address,bool,uint256,bytes)")), address(rewardsClaimGuard)
);
vm.stopPrank();
}
}

0 comments on commit 1147e5f

Please sign in to comment.