Skip to content

Commit

Permalink
bump dev genesis to vocdoni-dev-25
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Oct 17, 2023
1 parent 2c0cd5b commit 4abe675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vochain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ var Genesis = map[string]Vochain{
}

var devGenesis = Doc{
GenesisTime: time.Date(2023, time.October, 10, 1, 0, 0, 0, time.UTC),
ChainID: "vocdoni-dev-24",
GenesisTime: time.Date(2023, time.October, 17, 1, 0, 0, 0, time.UTC),
ChainID: "vocdoni-dev-25",
ConsensusParams: &ConsensusParams{
Block: BlockParams{
MaxBytes: 2097152,
Expand Down

0 comments on commit 4abe675

Please sign in to comment.