Skip to content

Commit

Permalink
change default remote config
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Sep 4, 2024
1 parent b44794c commit cda585f
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 @@ -176,7 +176,7 @@ export const DEFAULT_CONFIG: RainbowConfig = {

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

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

0 comments on commit cda585f

Please sign in to comment.