File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1616package params
1717
1818import (
19- "math"
2019 "math/big"
2120
2221 "github.com/ethereum/go-ethereum/common"
6968 EIP2028FBlock : big .NewInt (10_500_839 ),
7069 EIP2200FBlock : big .NewInt (10_500_839 ), // RePetersburg (=~ re-1283)
7170
72- ECIP1099FBlock : big .NewInt (math . MaxInt64 ), // Etchash
71+ ECIP1099FBlock : big .NewInt (11_700_000 ), // Etchash
7372
7473 DisposalBlock : big .NewInt (5900000 ),
7574 ECIP1017FBlock : big .NewInt (5000000 ),
Original file line number Diff line number Diff line change 1616package params
1717
1818import (
19- "math"
2019 "math/big"
2120
2221 "github.com/ethereum/go-ethereum/common"
6766 EIP2028FBlock : big .NewInt (999_983 ),
6867 EIP2200FBlock : big .NewInt (999_983 ), // RePetersburg (== re-1283)
6968
70- ECIP1099FBlock : big .NewInt (math . MaxInt64 ), // Etchash
69+ ECIP1099FBlock : big .NewInt (2_520_000 ), // Etchash
7170
7271 DisposalBlock : big .NewInt (0 ),
7372 ECIP1017FBlock : big .NewInt (0 ),
You can’t perform that action at this time.
0 commit comments