Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Increase num epochs before enacted to 3 for Stokenet shutdown fork
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGasior1 committed Jun 29, 2023
1 parent db96d69 commit d1466e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ForkBuilder stokenetV2() {
ForkBuilder shutdown() {
return new ForkBuilder(
"stokenet-shtdwn",
ImmutableSet.of(new CandidateForkConfig.Threshold((short) 7900, 1)),
ImmutableSet.of(new CandidateForkConfig.Threshold((short) 7900, 3)),
16005L,
Long.MAX_VALUE,
RERulesVersion.OLYMPIA_V1,
Expand Down

0 comments on commit d1466e3

Please sign in to comment.