Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jltqy committed Oct 1, 2024
1 parent 8e3df81 commit cda1799
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ contract DeploymentScript is Script {
gauge = ILiquidityGauge(curveFactory.deploy_gauge(address(curvePool)));

curveV2GaugeRewards = new CurveV2GaugeRewards(
address(vm.computeCreateAddress(address(this), _nonce)),
address(bold),
address(lqty),
address(gauge),
DURATION
address(vm.computeCreateAddress(address(this), _nonce)), address(bold), address(lqty), address(gauge), DURATION
);

initialInitiatives.push(address(curveV2GaugeRewards));
Expand Down

0 comments on commit cda1799

Please sign in to comment.