From 15d33e330443f6df214d7247cbe3557884392e8d Mon Sep 17 00:00:00 2001 From: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com> Date: Thu, 15 Dec 2022 11:32:47 -0300 Subject: [PATCH] Move WebviewExecutionService to core --- .../Views/Wallet => core/Snaps}/WebviewExecutionService.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/{components/Views/Wallet => core/Snaps}/WebviewExecutionService.ts (94%) diff --git a/app/components/Views/Wallet/WebviewExecutionService.ts b/app/core/Snaps/WebviewExecutionService.ts similarity index 94% rename from app/components/Views/Wallet/WebviewExecutionService.ts rename to app/core/Snaps/WebviewExecutionService.ts index 8cd6a8cde7b..2702868e16c 100644 --- a/app/components/Views/Wallet/WebviewExecutionService.ts +++ b/app/core/Snaps/WebviewExecutionService.ts @@ -6,9 +6,9 @@ import { AbstractExecutionService, ExecutionServiceArgs, } from '@metamask/snap-controllers'; -import snapsState from '../../../core/SnapsState'; +import snapsState from '../SnapsState'; // import SnapWebviewPostMessageStream from './SnapWebviewPostMessageStream'; -import { SnapDuplex } from './SnapDuplex'; +import SnapDuplex from './SnapDuplex'; // const ObjectMultiplex = require('obj-multiplex');