Commit b1ad9573 authored by yann300's avatar yann300 Committed by Aniket

use berlin

parent e2cbbab5
...@@ -55,7 +55,7 @@ async function createVm (hardfork) { ...@@ -55,7 +55,7 @@ async function createVm (hardfork) {
Init VM / Send Transaction Init VM / Send Transaction
*/ */
export async function initVM (st, privateKey) { export async function initVM (st, privateKey) {
var VM = await createVm('london') var VM = await createVm('berlin')
const vm = VM.vm const vm = VM.vm
var address = Address.fromPrivateKey(privateKey) var address = Address.fromPrivateKey(privateKey)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment