From 43b668a47177bb5ccc58ca3a56fff1b468c8e909 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Wed, 24 Oct 2018 15:07:40 +0200 Subject: [PATCH] core/vm: activate EWASM on the testnet --- params/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/params/config.go b/params/config.go index ba719b873b..a8c5f52206 100644 --- a/params/config.go +++ b/params/config.go @@ -42,6 +42,7 @@ var ( EIP155Block: big.NewInt(2675000), EIP158Block: big.NewInt(2675000), ByzantiumBlock: big.NewInt(4370000), + EWASMBlock: big.NewInt(0), ConstantinopleBlock: nil, Ethash: new(EthashConfig), }