Skip to content

Commit

Permalink
feat: tx8
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Sep 16, 2024
1 parent 8ad04e3 commit 94d311c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/forge-std
10 changes: 5 additions & 5 deletions script/utils/rewards_testing/SubmitRewardsForAllEarners.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ contract SubmitRewardsForAllEarners is ExistingDeploymentParser {
_submitRewardsForAllEarners(rewardsSubmission);
}

function tx_5() public parseState {
function tx_8() public parseState {
// Deploy token
string memory name = "RewardForAllEarner_Test_5";
string memory symbol = "RFA_5";
string memory name = "RewardForAllEarner_Test_8";
string memory symbol = "RFA_8";
IERC20 rewardToken = IERC20(_deployToken(name, symbol));
IRewardsCoordinator.RewardsSubmission[] memory rewardsSubmission = new IRewardsCoordinator.RewardsSubmission[](1);

Expand All @@ -162,8 +162,8 @@ contract SubmitRewardsForAllEarners is ExistingDeploymentParser {

// Format Range
uint32 moddedCurrTimestamp = uint32(block.timestamp) - (uint32(block.timestamp) % rewardsCoordinator.CALCULATION_INTERVAL_SECONDS());
uint32 startTimestamp = moddedCurrTimestamp - 1 weeks;
uint32 duration = 2 weeks;
uint32 startTimestamp = 1724889600;
uint32 duration = 6 weeks;

rewardsSubmission[0] = IRewardsCoordinator.RewardsSubmission({
strategiesAndMultipliers: strategyAndMultipliers,
Expand Down

0 comments on commit 94d311c

Please sign in to comment.