Skip to content

Commit

Permalink
Merge branch 'dev' into ray/extra-eip-param
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood authored Dec 9, 2020
2 parents d167a1a + d8195ab commit 5c31c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x/evm/types/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ func DefaultChainConfig() ChainConfig {
ByzantiumBlock: sdk.ZeroInt(),
ConstantinopleBlock: sdk.ZeroInt(),
PetersburgBlock: sdk.ZeroInt(),
IstanbulBlock: sdk.NewInt(-1),
MuirGlacierBlock: sdk.NewInt(-1),
IstanbulBlock: sdk.ZeroInt(),
MuirGlacierBlock: sdk.ZeroInt(),
YoloV2Block: sdk.NewInt(-1),
EWASMBlock: sdk.NewInt(-1),
}
Expand Down
4 changes: 2 additions & 2 deletions x/evm/types/chain_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ eip158_block: "0"
byzantium_block: "0"
constantinople_block: "0"
petersburg_block: "0"
istanbul_block: "-1"
muir_glacier_block: "-1"
istanbul_block: "0"
muir_glacier_block: "0"
yoloV2_block: "-1"
ewasm_block: "-1"
`
Expand Down

0 comments on commit 5c31c1a

Please sign in to comment.