Skip to content

Commit

Permalink
chore: amend rewards_enabled default (#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Jun 28, 2024
1 parent 6221da9 commit f18f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/remoteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const DEFAULT_CONFIG: RainbowConfig = {
dapp_browser: true,
swaps_v2: false,
idfa_check_enabled: true,
rewards_enabled: false,
rewards_enabled: true,
};

export async function fetchRemoteConfig(): Promise<RainbowConfig> {
Expand Down

0 comments on commit f18f946

Please sign in to comment.