Skip to content

Commit

Permalink
Updated default da
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 9, 2024
1 parent b2baab1 commit a4ac593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genesis-templates/DRS/1/genesis-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"params": null,
"rollappparams": {
"params": {
"da": "mock",
"da": "celestia",
"drs_version": 1,
"min_gas_prices": []
}
Expand Down
2 changes: 1 addition & 1 deletion genesis-templates/DRS/1/genesis-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"params": null,
"rollappparams": {
"params": {
"da": "mock",
"da": "celestia",
"drs_version": 1,
"min_gas_prices": []
}
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-genesis-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ update_params() {
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
dasel put -f "$TEMP_GENESIS" 'app_state.rollappparams.params.da' -v "celestia" || success=false


# Update jq command to use temp file
Expand Down

0 comments on commit a4ac593

Please sign in to comment.