Skip to content

Commit

Permalink
set lts network auto update and chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Oct 27, 2023
1 parent 8aaa76b commit 27bb041
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 @@ -28,7 +28,7 @@ var Genesis = map[string]Vochain{

// LTS production network
"lts": {
AutoUpdateGenesis: false,
AutoUpdateGenesis: true,
SeedNodes: []string{
"[email protected]:26656",
"[email protected]:26656",
Expand Down Expand Up @@ -240,7 +240,7 @@ var stageGenesis = Doc{

var ltsGenesis = Doc{
GenesisTime: time.Date(2023, time.October, 24, 9, 0, 0, 0, time.UTC),
ChainID: "vocdoni-lts-v1",
ChainID: "vocdoni/LTS/1.2",
ConsensusParams: &ConsensusParams{
Block: BlockParams{
MaxBytes: 2097152,
Expand Down

0 comments on commit 27bb041

Please sign in to comment.