diff --git a/scripts/generate-genesis-template.sh b/scripts/generate-genesis-template.sh index 059a5fd..201e953 100755 --- a/scripts/generate-genesis-template.sh +++ b/scripts/generate-genesis-template.sh @@ -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