Skip to content

Commit b9a7939

Browse files
committed
fix: hard code remove gns FF
1 parent 44c33a8 commit b9a7939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/util/networks/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,7 @@ export const getIsNetworkOnboarded = (chainId, networkOnboardedState) =>
672672
export const isPermissionsSettingsV1Enabled =
673673
process.env.MM_PERMISSIONS_SETTINGS_V1_ENABLED === 'true';
674674

675-
export const isRemoveGlobalNetworkSelectorEnabled = () =>
676-
process.env.MM_REMOVE_GLOBAL_NETWORK_SELECTOR === 'true';
675+
export const isRemoveGlobalNetworkSelectorEnabled = () => true;
677676

678677
// The whitelisted network names for the given chain IDs to prevent showing warnings on Network Settings.
679678
export const WHILELIST_NETWORK_NAME = {

0 commit comments

Comments
 (0)