From 310f3bea3d7c77c7f3465554ff419a29a588b9bf Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:23:36 +0000 Subject: [PATCH] feat(modules): update draft docs --- modules/mint.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/mint.md b/modules/mint.md index c28ba227f7b..b894697a745 100644 --- a/modules/mint.md +++ b/modules/mint.md @@ -74,6 +74,8 @@ Params defines the parameters for the mint module. | `mint_denom` | [string](#string) | | Denomination of the coin to be minted. | | `inflation_coef` | [string](#string) | | Annual inflation coefficient, influencing the inflation rate based on the bonded ratio. Values range from 0 to 1, with higher values indicating higher inflation. | | `blocks_per_year` | [uint64](#uint64) | | Estimated number of blocks per year. | +| `inflation_max` | [string](#string) | | Maximum annual inflation rate. | +| `inflation_min` | [string](#string) | | Minimum annual inflation rate. | [//]: # (end messages)