diff --git a/public/configs/env.json b/public/configs/env.json index 17a3a53cc..3bd8f9601 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -1398,7 +1398,7 @@ "featureFlags": { "reduceOnlySupported": false, "withdrawalSafetyEnabled": false, - "isSlTpEnabled": false, + "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false } } diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index 829872d3c..721291bb0 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -727,7 +727,7 @@ "useOptimisticCollateralCheck": false, "withdrawalSafetyEnabled": true, "CCTPWithdrawalOnly": true, - "isSlTpEnabled": false, + "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false } }