From 66be2ca6c0ddf6fb3b4d485fd4754fbb88273ab0 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Fri, 8 Dec 2023 18:41:10 +0100 Subject: [PATCH] Update docs/docs/features/reward-distribution.md Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> --- docs/docs/features/reward-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/reward-distribution.md b/docs/docs/features/reward-distribution.md index a9beda76cb..cc055107c9 100644 --- a/docs/docs/features/reward-distribution.md +++ b/docs/docs/features/reward-distribution.md @@ -24,7 +24,7 @@ Reward distribution on the provider is handled by the distribution module. The ICS distribution system works by allowing consumer chains to send rewards to a module address on the provider called the `ConsumerRewardsPool`. To avoid spam, the provider must whitelist denoms before accepting them as ICS rewards. -Only whitelisted denoms are transferred from the `ConsumerRewardsPool` to the `FeePoolAddress`, to be distributed out to delegators and validators. +Only whitelisted denoms are transferred from the `ConsumerRewardsPool` to the `FeePoolAddress`, to be distributed to delegators and validators. The whitelisted denoms can be adjusted through governance by sending a [`ChangeRewardDenomProposal`](./proposals.md#changerewarddenomproposal). To query the list of whitelisted reward denoms on the Cosmos Hub, use the following command: