From 1209c36c32a17d91a7be1e14bb2129e9d96f97b5 Mon Sep 17 00:00:00 2001 From: Chirag <56735482+Chirag018@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:17:55 +0530 Subject: [PATCH] Update params.md --- specs/src/specs/params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/src/specs/params.md b/specs/src/specs/params.md index 59610059ce..a85fd55688 100644 --- a/specs/src/specs/params.md +++ b/specs/src/specs/params.md @@ -31,7 +31,7 @@ are blocked by the `x/paramfilter` module. | distribution.WithdrawAddrEnabled | true | Enables delegators to withdraw funds to a different address. | True | | distribution.BaseProposerReward | 0 | Reward in the mint demonination for proposing a block. | True | | distribution.BonusProposerReward | 0 | Extra reward in the mint denomination for proposers based on the voting power included in the commit. | True | -| gov.DepositParams.MinDeposit | 1000000000utia (1000 TIA) | Minimum deposit for a proposal to enter voting period. | True | +| gov.DepositParams.MinDeposit | 1_000_000_000 utia (1000 TIA) | Minimum deposit for a proposal to enter voting period. | True | | gov.DepositParams.MaxDepositPeriod | 604800000000000 (1 week) | Maximum period for token holders to deposit on a proposal in nanoseconds. | True | | gov.VotingParams.VotingPeriod | 1209600000000000 (2 weeks) | Duration of the voting period in nanoseconds. | True | | gov.TallyParams.Quorum | 0.334 (33.4%) | Minimum percentage of total stake needed to vote for a result to be considered valid. | True |