Skip to content

Commit

Permalink
update reduceonly and withdrawal safety feature flags (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Apr 4, 2024
1 parent 21ec348 commit ec54731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/configs/v1/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,9 @@
"nobleValidator": "[noble validator endpoint for mainnet]"
},
"featureFlags": {
"reduceOnlySupported": false,
"reduceOnlySupported": true,
"usePessimisticCollateralCheck": true,
"withdrawalSafetyEnabled": false
"withdrawalSafetyEnabled": true
}
}
}
Expand Down

0 comments on commit ec54731

Please sign in to comment.