Skip to content

Commit

Permalink
Merge pull request #420 from vegaprotocol/fix/genesis
Browse files Browse the repository at this point in the history
Ensure genesis is correct
  • Loading branch information
ValentinTrinque authored Nov 20, 2023
2 parents 85e4539 + b889945 commit 17c8305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cmd/install_dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import (
"fmt"
"os"

"github.com/spf13/cobra"

"code.vegaprotocol.io/vegacapsule/config"
"code.vegaprotocol.io/vegacapsule/installer"
"code.vegaprotocol.io/vegacapsule/utils"
"github.com/spf13/cobra"
)

const (
latestReleaseTag = "v0.71.6"
latestReleaseTag = "v0.73.5"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion net_confs/genesis.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
"spam.protection.voting.min.tokens": "1000000000000000000",
"validators.delegation.minAmount": "100000000000000000",
"validators.epoch.length": "5s",
"market.liquidity.providersFeeCalculationTimeStep": "5s",
"snapshot.interval.length": "100",
"validators.vote.required": "0.67"
},
Expand All @@ -223,4 +224,4 @@
"time_iota_ms": "1"
}
}
}
}

0 comments on commit 17c8305

Please sign in to comment.