Skip to content

Commit

Permalink
chore: Add a disclaimer before review
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefCupcake committed Dec 20, 2024
1 parent 52a5880 commit 6f4bec3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pool-cl/anti-sniping/CLAntiSniping.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ import {FullMath} from "pancake-v4-core/src/pool-cl/libraries/FullMath.sol";
import {FixedPoint128} from "pancake-v4-core/src/pool-cl/libraries/FixedPoint128.sol";
import {SafeCast} from "pancake-v4-core/src/libraries/SafeCast.sol";

/*
* @dev Disclaimer:
* - This contract has not been audited.
* - Developers using this code are advised to thoroughly review and test it before deploying it to production.
*/

/// @title AntiSnipingHook
/// @notice A PancakeSwap V4 hook that prevents MEV sniping attacks by enforcing time locks on positions and redistributing fees accrued in the initial block to legitimate liquidity providers.
/// @dev Positions are time-locked, and fees accrued in the first block after position creation are redistributed.
Expand Down

0 comments on commit 6f4bec3

Please sign in to comment.