diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index fd20ea2cc..4aeabfc06 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -668,9 +668,9 @@ "nobleValidator": "[noble validator endpoint for mainnet]" }, "featureFlags": { - "reduceOnlySupported": false, + "reduceOnlySupported": true, "usePessimisticCollateralCheck": true, - "withdrawalSafetyEnabled": false + "withdrawalSafetyEnabled": true } } }