Skip to content

Commit

Permalink
Revert changes made by the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 25, 2024
1 parent 94eba83 commit a49866c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions x/ccv/provider/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ where create_consumer.json has the following structure:
"top_N": 0,
"validators_power_cap": 10,
"validator_set_cap": 0,
"allowlist": [],
"denylist": [],
"min_stake": "0",
"allowlist": ["cosmosvalcons..."],
"denylist": ["cosmosvalcons..."],
"min_stake": 0,
"allow_inactive_vals": false,
"prioritylist": []
"prioritylist": ["cosmosvalcons..."]
},
"allowlisted_reward_denoms": {
"denoms": ["ibc/...", "ibc/..."]
Expand Down Expand Up @@ -350,11 +350,11 @@ where update_consumer.json has the following structure:
"top_N": 0,
"validators_power_cap": 10,
"validator_set_cap": 0,
"allowlist": [],
"denylist": [],
"min_stake": "0",
"allowlist": ["cosmosvalcons..."],
"denylist": ["cosmosvalcons..."],
"min_stake": 0,
"allow_inactive_vals": false,
"prioritylist": []
"prioritylist": ["cosmosvalcons..."]
},
"allowlisted_reward_denoms": {
"denoms": ["ibc/...", "ibc/..."]
Expand Down

0 comments on commit a49866c

Please sign in to comment.