Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 15, 2022
1 parent 0e3e974 commit a60eb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Views/Wallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import generateTestId from '../../../../wdio/utils/generateTestId';
import WebView from 'react-native-webview';
import { Button } from 'react-native-share';

import WebviewPostMessageStream from './WebviewPostMessageStream';
import { WebviewPostMessageStream } from '../../../core/Snaps';
import snapsState from '../../../core/SnapsState';
import {
TEST_SNAP_ID_ONE,
Expand Down
3 changes: 1 addition & 2 deletions app/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ import { EndowmentPermissions } from '../constants/permissions';
import { SNAP_BLOCKLIST, checkSnapsBlockList } from '../util/snaps';
import { isZero } from '../util/lodash';
import AnalyticsV2 from '../util/analyticsV2';
import WebviewExecutionService from '../components/Views/Wallet/WebviewExecutionService';
import { SnapBridge } from './SnapExecutionService';
import { SnapBridge, WebviewExecutionService } from './Snaps';
import { getRpcMethodMiddleware } from './RPCMethods/RPCMethodMiddleware';

const NON_EMPTY = 'NON_EMPTY';
Expand Down

0 comments on commit a60eb5c

Please sign in to comment.