github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/mint/spec/04_params.md (about) 1 <!-- 2 order: 4 3 --> 4 5 # Parameters 6 7 The minting module contains the following parameters: 8 9 | Key | Type | Example | 10 |---------------------|-----------------|------------------------| 11 | MintDenom | string | "uatom" | 12 | InflationRateChange | string (dec) | "0.130000000000000000" | 13 | InflationMax | string (dec) | "0.200000000000000000" | 14 | InflationMin | string (dec) | "0.070000000000000000" | 15 | GoalBonded | string (dec) | "0.670000000000000000" | 16 | BlocksPerYear | string (uint64) | "6311520" |