You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that only the `owner` (i.e., signer) and `consumer_id` fields are mandatory.
518
521
The others field are optional. Not providing one of them will leave the existing values unchanged.
519
-
Providing one of `metadata`, `initialization_parameters` or `power_shaping_parameters`,
522
+
Providing one of `metadata`, `initialization_parameters`, `power_shaping_parameters`, or `allowlisted_reward_denoms`
520
523
will update all the containing fields.
521
524
If one of the containing fields is missing, it will be set to its zero value.
522
525
For example, updating the `initialization_parameters` without specifying the `spawn_time`, will set the `spawn_time` to zero.
@@ -525,7 +528,7 @@ If the `initialization_parameters` field is set and `initialization_parameters.s
525
528
Updating the `spawn_time` from a positive value to zero will remove the consumer chain from the list of scheduled to launch chains.
526
529
If the consumer chain is already launched, updating the `initialization_parameters` is no longer possible.
527
530
528
-
If the `power_shaping_parameters` field is set and `power_shaping_parameters.top_N` is possitive, then the owner needs to be the gov module account address.
531
+
If the `power_shaping_parameters` field is set and `power_shaping_parameters.top_N` is positive, then the owner needs to be the gov module account address.
529
532
530
533
If the `new_owner_address` field is set to a value different than the gov module account address, then `top_N` needs to be zero.
531
534
@@ -550,6 +553,9 @@ message MsgUpdateConsumer {
550
553
551
554
// the power-shaping parameters of the consumer when updated
0 commit comments