chore(BC): Enable BrowserConnect feature flag

This commit is contained in:
Alex Jbanca 2024-11-27 14:21:51 +02:00 committed by Alex Jbanca
parent 9ff9c4b01a
commit 271fc15bd4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
const DEFAULT_FLAG_DAPPS_ENABLED = true
const DEFAULT_FLAG_SWAP_ENABLED = true
const DEFAULT_FLAG_CONNECTOR_ENABLED* = false
const DEFAULT_FLAG_CONNECTOR_ENABLED* = true
const DEFAULT_FLAG_SEND_VIA_PERSONAL_CHAT_ENABLED = true
proc boolToEnv*(defaultValue: bool): string =