Skip to content

Commit

Permalink
Update LavaMoat policies
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot authored and DDDDDanica committed Nov 30, 2024
1 parent 7967c9b commit 8a0160f
Show file tree
Hide file tree
Showing 8 changed files with 7,998 additions and 6,771 deletions.
4 changes: 2 additions & 2 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -7422,11 +7422,11 @@ export default class MetamaskController extends EventEmitter {
_getConfigForRemoteFeatureFlagRequest() {
const distribution =
buildTypeMappingForRemoteFeatureFlag[process.env.METAMASK_BUILD_TYPE] ||
'main';
DistributionType.main;
const environment =
environmentMappingForRemoteFeatureFlag[
process.env.METAMASK_ENVIRONMENT
] || 'dev';
] || EnvironmentType.Development;
return { distribution, environment };
}

Expand Down
Loading

0 comments on commit 8a0160f

Please sign in to comment.