mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
tests: activate ewasm for tests
This commit is contained in:
parent
c423fd5f7e
commit
5b24a105dc
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ var Forks = map[string]*params.ChainConfig{
|
||||||
EIP158Block: big.NewInt(0),
|
EIP158Block: big.NewInt(0),
|
||||||
DAOForkBlock: big.NewInt(0),
|
DAOForkBlock: big.NewInt(0),
|
||||||
ByzantiumBlock: big.NewInt(0),
|
ByzantiumBlock: big.NewInt(0),
|
||||||
|
EWASMBlock: big.NewInt(0),
|
||||||
},
|
},
|
||||||
"Constantinople": {
|
"Constantinople": {
|
||||||
ChainID: big.NewInt(1),
|
ChainID: big.NewInt(1),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue