Skip to content

Commit

Permalink
docs: add BaseDynamicAfterFee to OZ hooks list (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocandocrypto authored Jan 29, 2025
1 parent 46d539e commit 146ddb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contracts/v4/quickstart/04-hooks/00-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,5 @@ The library includes:
- **BaseCustomCurve**: For replacing default concentrated liquidity math with custom swap logic
- **BaseAsyncSwap**: For implementing non-atomic and asynchronous swaps
- **BaseDynamicFee**: For implementing dynamic fee pools
- **BaseOverrideFee**: For implementing dynamic fees on every swap
- **BaseOverrideFee**: For implementing dynamic fees on every swap
- **BaseDynamicAfterFee**: For implementing post-swap fee adjustments based on actual swap output

0 comments on commit 146ddb9

Please sign in to comment.