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 b2940dd
Show file tree
Hide file tree
Showing 7 changed files with 7,996 additions and 6,770 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 b2940dd

Please sign in to comment.