diff --git a/types/constants.go b/types/constants.go index 375d88f2..986ef9d7 100644 --- a/types/constants.go +++ b/types/constants.go @@ -3,6 +3,6 @@ const ( // we set page iteration limit for safety PageIterationLimit = 512 - SekaiVersion = "v0.4.13" + SekaiVersion = "v0.4.14" CosmosVersion = "v0.47.6" ) diff --git a/x/gov/client/cli/tx.go b/x/gov/client/cli/tx.go index b586fa14..bfa66be7 100644 --- a/x/gov/client/cli/tx.go +++ b/x/gov/client/cli/tx.go @@ -940,6 +940,7 @@ func GetTxProposalSetNetworkProperty() *cobra.Command { case types.VoteQuorum: fallthrough case types.VetoThreshold: + case types.BridgeAddress: value.StrValue = args[1] default: numVal, err := strconv.Atoi(args[1]) diff --git a/x/gov/types/proposal.go b/x/gov/types/proposal.go index 4bc40a44..a2be9cb6 100644 --- a/x/gov/types/proposal.go +++ b/x/gov/types/proposal.go @@ -333,6 +333,9 @@ func (m *SetNetworkPropertyProposal) ValidateBasic() error { MaxAnnualInflation, MinDappBond, MaxDappBond, + MintingFtFee, + MintingNftFee, + BridgeAddress, DappBondDuration: return nil default: