diff --git a/src/libraries/Commands.sol b/src/libraries/Commands.sol index 9d3b31e..b1a266f 100755 --- a/src/libraries/Commands.sol +++ b/src/libraries/Commands.sol @@ -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;