provide init

pull/5370/head
yann300 2 years ago
parent 8dc545bb1f
commit 02e21ea6ea
  1. 1
      apps/remix-ide/src/blockchain/execution-context.js

@ -34,6 +34,7 @@ export class ExecutionContext {
}
init (config) {
this.executionContext = 'vm-merge'
this.event.trigger('contextChanged', [this.executionContext])
}

Loading…
Cancel
Save