Skip to content

Commit

Permalink
Update src/libraries/Actions.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Alice <[email protected]>
  • Loading branch information
snreynolds and hensha256 authored Dec 2, 2024
1 parent 9029b31 commit a412208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Actions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;

/// @notice Library to define different pool actions.
/// @dev These are suggested common commands, however additional commands should be defined as required
/// Some of these actions are not actually supposed in the Router contracts or Position Manager contracts, but are left as they may be helpful commands for other peripheral contracts.
/// Some of these actions are not supported in the Router contracts or Position Manager contracts, but are left as they may be helpful commands for other peripheral contracts.
library Actions {
// pool actions
// liquidity actions
Expand Down

0 comments on commit a412208

Please sign in to comment.