diff --git a/src/model/config.ts b/src/model/config.ts index 8392c34b1e9..fd725e2dec8 100644 --- a/src/model/config.ts +++ b/src/model/config.ts @@ -131,7 +131,7 @@ const DEFAULT_CONFIG: RainbowConfig = { base_swaps_enabled: false, mints_enabled: true, points_enabled: true, - points_fully_enabled: false, + points_fully_enabled: true, rpc_proxy_enabled: true, };