1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02: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 GitHub
parent 5d285f7be5
commit 0511d6f0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -688,7 +688,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',