Skip to content

Commit

Permalink
fix: adjust value
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Feb 7, 2025
1 parent 91aac88 commit daddd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/TestOpSetRewards.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ contract TestOpSetRewards is Script {
new IRewardsCoordinatorTypes.OperatorReward[](1);
operatorRewards[0] = IRewardsCoordinatorTypes.OperatorReward({
operator: OPERATOR_3,
amount: 1e17 // 0.1 stETH
amount: 9e16 // 0.09 stETH
});

uint256 totalAmount = _calculateTotalAmount(operatorRewards);
Expand Down

0 comments on commit daddd61

Please sign in to comment.