Skip to content

Commit

Permalink
remove MAX_BIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun1on committed Jun 18, 2024
1 parent af6f768 commit 3be9116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/hooks/examples/FeeTaking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ contract FeeTaking is FeeTaker, Owned {
using SafeCast for uint256;

uint128 private constant TOTAL_BIPS = 10000;
uint128 private constant MAX_BIPS = 100;
uint128 public immutable swapFeeBips;
address public treasury;

Expand Down

0 comments on commit 3be9116

Please sign in to comment.