Skip to content

Commit

Permalink
Updated generate genesis template to inject DRS from makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 9, 2024
1 parent 382ea67 commit b2baab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate-genesis-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ update_params() {
dasel put -f "$TEMP_GENESIS" '.consensus_params.evidence.max_bytes' -v "$BLOCK_SIZE" || success=false
dasel put -f "$TEMP_GENESIS" 'app_state.distribution.params.base_proposer_reward' -v '0.8' || success=false
dasel put -f "$TEMP_GENESIS" 'app_state.distribution.params.community_tax' -v "0.00002" || success=false
dasel put -f "$TEMP_GENESIS" 'app_state.rollappparams.params.drs_version' -v "$DRS" -t int || success=false


# Update jq command to use temp file
Expand Down

0 comments on commit b2baab1

Please sign in to comment.