From cda585fd514c32c82ba082e670ad2148fb2e0523 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Wed, 4 Sep 2024 11:16:03 -0400 Subject: [PATCH] change default remote config --- src/model/remoteConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/remoteConfig.ts b/src/model/remoteConfig.ts index 232f65a28ea..e2fa3709f8c 100644 --- a/src/model/remoteConfig.ts +++ b/src/model/remoteConfig.ts @@ -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 {