Skip to content

Commit

Permalink
params: ECBP1100(MESS): configure deactivation 19_250_000 == Spiral
Browse files Browse the repository at this point in the history
This configures the deactivation of MESS
to coincide with the Spiral hardfork.

Date: 2023-12-06 08:29:02-07:00
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Dec 6, 2023
1 parent 84b98d9 commit 907295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config_classic.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
EIP2200FBlock: big.NewInt(10_500_839), // RePetersburg (=~ re-1283)

ECBP1100FBlock: big.NewInt(11_380_000), // ETA 09 Oct 2020
ECBP1100DeactivateFBlock: big.NewInt(69_420_123),
ECBP1100DeactivateFBlock: big.NewInt(19_250_000), // ETA 31 Jan 2023 (== Spiral hard fork)
ECIP1099FBlock: big.NewInt(11_700_000), // Etchash (DAG size limit)

// Berlin eq, aka Magneto
Expand Down

0 comments on commit 907295d

Please sign in to comment.