Skip to content

Commit

Permalink
Use genesis slot 0 for the docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Nov 8, 2023
1 parent 9c86e82 commit b027254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genesis-snapshot/presets/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var Docker = []options.Option[snapshotcreator.Options]{
iotago.NewV3ProtocolParameters(
iotago.WithNetworkOptions("docker", "rms"),
iotago.WithSupplyOptions(4_600_000_000_000_000, 1, 1, 10, 100, 100, 100),
iotago.WithTimeProviderOptions(123456789, time.Now().Unix(), 10, 13),
iotago.WithTimeProviderOptions(0, time.Now().Unix(), 10, 13),
iotago.WithLivenessOptions(30, 30, 7, 14, 30),
// increase/decrease threshold = fraction * slotDurationInSeconds * schedulerRate
iotago.WithCongestionControlOptions(500, 500, 500, 800000, 500000, 100000, 1000, 100),
Expand Down

0 comments on commit b027254

Please sign in to comment.