Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/util/networks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,7 @@ export const getIsNetworkOnboarded = (chainId, networkOnboardedState) =>
export const isPermissionsSettingsV1Enabled =
process.env.MM_PERMISSIONS_SETTINGS_V1_ENABLED === 'true';

export const isRemoveGlobalNetworkSelectorEnabled = () =>
process.env.MM_REMOVE_GLOBAL_NETWORK_SELECTOR === 'true';
export const isRemoveGlobalNetworkSelectorEnabled = () => true;

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