Skip to content

Commit

Permalink
doc: update command comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Nov 18, 2024
1 parent 25b499e commit b08f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Commands.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library Commands {
uint256 constant V4_BIN_INITIALIZE_POOL = 0x14;
uint256 constant V4_CL_POSITION_CALL = 0x15;
uint256 constant V4_BIN_POSITION_CALL = 0x16;
// COMMAND_PLACEHOLDER = 0x15 -> 0x20
// COMMAND_PLACEHOLDER = 0x17 -> 0x20

// Command Types where 0x21<=value<=0x3f
uint256 constant EXECUTE_SUB_PLAN = 0x21;
Expand Down

0 comments on commit b08f224

Please sign in to comment.