For integrations using the GMX V2 order auto-cancel feature, please note that users should be restricted to creating auto-cancel orders up to just before the MAX_AUTO_CANCEL_ORDERS value
For example, if the MAX_AUTO_CANCEL_ORDERS is 11, then users should be limited to creating only 10 auto cancel orders, even though the contracts will allow 11 auto cancel orders to be created
This is due to an edge case where if the user creates 11 auto cancel orders, updates to the auto cancel orders will revert, if this occurs, the user can manually change one auto cancel order to auto-cancel: false before updating the orders
This issue will be fixed in a subsequent deployment