remix-simulator default to last fork

pull/5370/head
yann300 3 years ago committed by joseph izang
parent 6182dfe7bd
commit ce1a41bd51
  1. 2
      libs/remix-simulator/src/vm-context.ts

@ -99,7 +99,7 @@ export class VMContext {
constructor (fork?) {
this.blockGasLimitDefault = 4300000
this.blockGasLimit = this.blockGasLimitDefault
this.currentFork = fork
this.currentFork = fork || 'berlin'
this.currentVm = this.createVm(this.currentFork)
this.blocks = {}
this.latestBlockNumber = 0

Loading…
Cancel
Save