Skip to content

Commit

Permalink
chore: enable new features by default (#6192)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Oct 15, 2024
1 parent 5800e92 commit 39309b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/model/remoteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ export const DEFAULT_CONFIG: RainbowConfig = {
idfa_check_enabled: true,
rewards_enabled: true,

degen_mode: false,
featured_results: false,
claimables: false,
degen_mode: true,
featured_results: true,
claimables: true,
nfts_enabled: true,
};

Expand Down

0 comments on commit 39309b7

Please sign in to comment.