provide init

pull/3531/head
yann300 2 years ago
parent 67b5336cef
commit 2421d339b2
  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