core/vm: activate EWASM on the testnet

This commit is contained in:
Guillaume Ballet 2018-10-24 15:07:40 +02:00
parent 972931c10b
commit 43b668a471

View file

@ -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),
}