Skip to content

Commit

Permalink
Enable evm istanbul update at epoch 314 for mainnet (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan35 authored Oct 9, 2020
1 parent b291f18 commit 9cdfa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
RedelegationEpoch: big.NewInt(290),
EIP155Epoch: big.NewInt(28),
S3Epoch: big.NewInt(28),
IstanbulEpoch: big.NewInt(10000000),
IstanbulEpoch: big.NewInt(314),
ReceiptLogEpoch: big.NewInt(101),
}

Expand Down

0 comments on commit 9cdfa94

Please sign in to comment.