Skip to content

Commit

Permalink
docs(specs): add PFM param (#3864)
Browse files Browse the repository at this point in the history
Closes #3862
  • Loading branch information
rootulp committed Sep 12, 2024
1 parent 3aeb3c5 commit 07411e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/src/parameters_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ hardcoded in the application or they are blocked by the `x/paramfilter` module.
| mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False |
| mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False |
| mint.TargetInflationRate | 0.015 (1.5%) | The inflation rate that the network aims to stabilize at. | False |
| packetfowardmiddleware.FeePercentage | 0 | % of the forwarded packet amount which will be subtracted and distributed to the community pool. | True |
| slashing.DowntimeJailDuration | 1 min | Duration of time a validator must stay jailed. | True |
| slashing.MinSignedPerWindow | 0.75 (75%) | The percentage of SignedBlocksWindow that must be signed not to get jailed. | True |
| slashing.SignedBlocksWindow | 5000 | The range of blocks used to count for downtime. | True |
Expand Down

0 comments on commit 07411e2

Please sign in to comment.