1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

[FLASK] Bump snaps iframe-execution-environment (#16932)

This commit is contained in:
Frederik Bolding 2022-12-14 11:48:50 +01:00 committed by seaona
parent 219e3129dc
commit 1e156ebb94

View File

@ -686,7 +686,7 @@ export default class MetamaskController extends EventEmitter {
///: BEGIN:ONLY_INCLUDE_IN(flask)
this.snapExecutionService = new IframeExecutionService({
iframeUrl: new URL(
'https://metamask.github.io/iframe-execution-environment/0.11.0',
'https://metamask.github.io/iframe-execution-environment/0.11.1',
),
messenger: this.controllerMessenger.getRestricted({
name: 'ExecutionService',