Skip to content

Commit

Permalink
fix: Add missing constant hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Jul 24, 2024
1 parent 5f16a88 commit 7c53932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/src/hooks/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const defaultHook: HookBase = {
shouldCallAfterAddLiquidity: false,
shouldCallBeforeRemoveLiquidity: false,
shouldCallAfterRemoveLiquidity: false,
enableHookAdjustedAmounts: false,
onBeforeAddLiquidity: () => {
return false;
},
Expand Down

0 comments on commit 7c53932

Please sign in to comment.