Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-alpaca committed May 17, 2023
1 parent e893320 commit 04e6ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions script/deployments/Rewarder/config/AddPool.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ contract SetPoolScript is BaseScript {
IRewarder rewarder = IRewarder(address(0));

// HIGH
addIbPool(high, 50);
addDebtPool(high, 75);
addIbPool(high, 40);
addDebtPool(high, 60);

//---- execution ----//
_startDeployerBroadcast();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract SetRewardPerSecondScript is BaseScript {
*/

IRewarder rewarder = IRewarder(address(0));
uint256 _newRewardPerSecond = 7676681783824641;
uint256 _newRewardPerSecond = 6717096560846561;
bool _withUpdate = true;

//---- execution ----//
Expand Down

0 comments on commit 04e6ccf

Please sign in to comment.