From ca5018ac72e0c5a57fb053d1b2d4f1fbcb8d75a7 Mon Sep 17 00:00:00 2001 From: EtherWizard33 Date: Thu, 19 Dec 2024 14:55:11 +0300 Subject: [PATCH] chore: update js.env.example to include examples of chain permissions to true --- .js.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.js.env.example b/.js.env.example index 56c7c1bb865..325ee52559d 100644 --- a/.js.env.example +++ b/.js.env.example @@ -97,7 +97,10 @@ export MM_ENABLE_SETTINGS_PAGE_DEV_OPTIONS="true" # Per dapp selected network (Amon Hen) feature flag export MM_PER_DAPP_SELECTED_NETWORK="" -export MM_CHAIN_PERMISSIONS="" +# Multichain permissions now set to true in production via the CI +# MM_MULTICHAIN_V1_ENABLED is the UI, and MM_CHAIN_PERMISSIONS is the engine +export MM_MULTICHAIN_V1_ENABLED="true" +export MM_CHAIN_PERMISSIONS="true" # Multichain feature flag specific to UI changes export MM_MULTICHAIN_V1_ENABLED=""