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

[FLASK] Update iframe-execution-environment (#18299)

This commit is contained in:
Frederik Bolding 2023-03-23 16:52:01 +01:00 committed by GitHub
parent ed5b78d61b
commit 048c3e3258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,7 +748,7 @@ export default class MetamaskController extends EventEmitter {
///: BEGIN:ONLY_INCLUDE_IN(flask)
const snapExecutionServiceArgs = {
iframeUrl: new URL(
'https://metamask.github.io/iframe-execution-environment/0.13.0',
'https://metamask.github.io/iframe-execution-environment/0.14.0',
),
messenger: this.controllerMessenger.getRestricted({
name: 'ExecutionService',