chore(BC): Enable BrowserConnect feature flag
This commit is contained in:
parent
9ff9c4b01a
commit
271fc15bd4
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue