Skip to content

Commit

Permalink
Disable reduce-only (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Feb 29, 2024
1 parent 149000c commit b17ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/configs/v1/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"nobleValidator": "[noble validator endpoint for mainnet]"
},
"featureFlags": {
"reduceOnlySupported": true,
"reduceOnlySupported": false,
"usePessimisticCollateralCheck": true,
"withdrawalSafetyEnabled": false
}
Expand Down

0 comments on commit b17ab64

Please sign in to comment.