|
|
@ -20,7 +20,7 @@ if (typeof window !== 'undefined' && typeof window.ethereum !== 'undefined') { |
|
|
|
export class ExecutionContext { |
|
|
|
export class ExecutionContext { |
|
|
|
constructor () { |
|
|
|
constructor () { |
|
|
|
this.event = new EventManager() |
|
|
|
this.event = new EventManager() |
|
|
|
this.executionContext = null |
|
|
|
this.executionContext = 'vm' |
|
|
|
this.lastBlock = null |
|
|
|
this.lastBlock = null |
|
|
|
this.blockGasLimitDefault = 4300000 |
|
|
|
this.blockGasLimitDefault = 4300000 |
|
|
|
this.blockGasLimit = this.blockGasLimitDefault |
|
|
|
this.blockGasLimit = this.blockGasLimitDefault |
|
|
|