Skip to content

Commit

Permalink
fix: tx14
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Dec 21, 2024
1 parent c61346f commit 75ea08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/TestRewardsV2.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ contract TestRewardsV2 is Script {
);
operatorRewards[0] = IRewardsCoordinator.OperatorReward({
operator: OPERATOR_EIGENLABS,
amount: 0.8e18 // 0.8 WETH
amount: 0.9e18 // 0.9 WETH
});

uint256 totalAmount = _calculateTotalAmount(operatorRewards);
Expand All @@ -548,7 +548,7 @@ contract TestRewardsV2 is Script {
token: WETH,
operatorRewards: operatorRewards,
startTimestamp: uint32(1733788800), // 2024-12-10 00:00:00 UTC
duration: uint32(864000), // 10 days
duration: uint32(950400), // 11 days
description: ""
});

Expand Down

0 comments on commit 75ea08f

Please sign in to comment.