Skip to content

Commit

Permalink
fix: revert feature flag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Dec 28, 2024
1 parent fbe0f8b commit c1f3518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/hooks/use-feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const defaultFlags: Record<AvailableFlags, boolean> = {
limitOrders: true,
advancedChart: false,
cypherCard: false,
inGivenOut: true,
sqsActiveOrders: true,
inGivenOut: false,
sqsActiveOrders: false,
alloyedAssets: false,
bridgeDepositAddress: false,
nomicWithdrawAmount: false,
Expand Down

0 comments on commit c1f3518

Please sign in to comment.