Skip to content

Commit

Permalink
Change voting period to 4h on devnet (#453)
Browse files Browse the repository at this point in the history
* Change voting period to 4h on devnet

* Merge master into wojtek/dev-voting-period
  • Loading branch information
wojtek-coreum authored Mar 23, 2023
1 parent 241309c commit 612e6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func init() {
devStakerValidatorBalance := sdk.NewCoins(sdk.NewCoin(constant.DenomDev, sdk.NewInt(11_000_000_000_000)))

devGovConfig := govConfig
devGovConfig.ProposalConfig.VotingPeriod = "24h"
devGovConfig.ProposalConfig.VotingPeriod = "4h"

// configs
networkConfigs = map[constant.ChainID]NetworkConfig{
Expand Down

0 comments on commit 612e6e3

Please sign in to comment.