From 07411e2e8eda7f58defb1dca139f936e35b50f9d Mon Sep 17 00:00:00 2001 From: Rootul P Date: Thu, 12 Sep 2024 23:48:48 +0200 Subject: [PATCH] docs(specs): add PFM param (#3864) Closes https://github.com/celestiaorg/celestia-app/issues/3862 --- specs/src/parameters_v2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/src/parameters_v2.md b/specs/src/parameters_v2.md index 7555dd8761..9bd3e63f25 100644 --- a/specs/src/parameters_v2.md +++ b/specs/src/parameters_v2.md @@ -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 |