Skip to content

Commit

Permalink
move environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jan 30, 2023
1 parent bf37de0 commit d87186e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import { getTokenValueParam } from '../../shared/lib/metamask-controller-utils';
import { isManifestV3 } from '../../shared/modules/mv3.utils';
import { hexToDecimal } from '../../shared/modules/conversion.utils';
///: BEGIN:ONLY_INCLUDE_IN(flask)
import { isMain, isFlask } from '../../shared/constants/flask';
import { isMain, isFlask } from '../../shared/constants/environment';
///: END:ONLY_INCLUDE_IN
import {
onMessageReceived,
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion shared/constants/flask/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion shared/constants/permissions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///: BEGIN:ONLY_INCLUDE_IN(flask)
import { isMain } from './flask';
import { isMain } from './environment';
///: END:ONLY_INCLUDE_IN

export const CaveatTypes = Object.freeze({
Expand Down

0 comments on commit d87186e

Please sign in to comment.