Skip to content

Commit 4d22e70

Browse files
authored
Merge pull request ethereum#107 from multi-geth/sp-atlantis-mainnet
Enable atlantis on mainnet on 8772000
2 parents 4ab3bc6 + ff0ab43 commit 4d22e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/config_classic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ var (
3131
EIP150Block: big.NewInt(2500000),
3232
EIP150Hash: common.HexToHash("0xca12c63534f565899681965528d536c52cb05b7c48e269c2a6cb77ad864d878a"),
3333
EIP155Block: big.NewInt(3000000),
34-
EIP158Block: nil,
35-
ByzantiumBlock: nil,
34+
EIP158Block: big.NewInt(8772000),
35+
ByzantiumBlock: big.NewInt(8772000),
3636
DisposalBlock: big.NewInt(5900000),
3737
SocialBlock: nil,
3838
EthersocialBlock: nil,

0 commit comments

Comments
 (0)