Skip to content

Commit

Permalink
Updated hook
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshMashruwala committed Oct 20, 2024
1 parent 331ba59 commit 2be2305
Show file tree
Hide file tree
Showing 3 changed files with 1,184 additions and 1,774 deletions.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/foundry/script/01_DeployConstantSumPool.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract DeployConstantSumPool is PoolHelpers, ScaffoldHelpers {

// Deploy a hook
address LPIncentivizedHook_ = address(
new LPIncentivizedHook(vault, address(factory), address(router), mockLPRewardToken ,LPIncentivizedHook.LPIncentiveFactor(true,true))
new LPIncentivizedHook(vault, address(factory), address(router), mockLPRewardToken ,LPIncentivizedHook.LPIncentiveFactor(true,false))
);
console.log("LPIncentivizedHook deployed at address: %s", LPIncentivizedHook_);

Expand Down
Loading

0 comments on commit 2be2305

Please sign in to comment.