Skip to content

Commit

Permalink
fix(scripts): Gov - expedited_min_deposit denom
Browse files Browse the repository at this point in the history
  • Loading branch information
desislavva authored and Lockwarr committed Jul 12, 2024
1 parent 59ff2e8 commit d04bc50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/internal/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ __set_token_denominations() {
| jq '.app_state["crisis"]["constant_fee"]["denom"]="'"$currency"'"' \
| jq '.app_state["gov"]["deposit_params"]["min_deposit"][0]["denom"]="'"$currency"'"' \
| jq '.app_state["gov"]["params"]["min_deposit"][0]["denom"]="'"$currency"'"' \
| jq '.app_state["gov"]["params"]["expedited_min_deposit"][0]["denom"]="'"$currency"'"' \
| jq '.app_state["tax"]["params"]["base_denom"]="'"$currency"'"' \
| jq '.app_state["mint"]["params"]["mint_denom"]="'"$currency"'"' > "$genesis_tmp_file"
mv "$genesis_tmp_file" "$genesis_file"
Expand Down

0 comments on commit d04bc50

Please sign in to comment.