We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0de0a commit 0ac435dCopy full SHA for 0ac435d
module/fork_spec.go
@@ -61,7 +61,7 @@ func GetForkParameters(network Network) []*ForkSpec {
61
MaxTurnLength: 9,
62
},
63
{
64
- HeightOrTimestamp: &ForkSpec_Timestamp{Timestamp: 1744097580 * 1000},
+ HeightOrTimestamp: &ForkSpec_Height{Height: 49791365},
65
AdditionalHeaderItemCount: 1,
66
EpochLength: 500,
67
MaxTurnLength: 64,
0 commit comments