Skip to content

Commit

Permalink
chore: add node about module account address
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Mar 28, 2024
1 parent c9c7199 commit ae94536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_genesis_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jq '.consensus_params["block"]["max_bytes"] = "5242880"' "$GENESIS_FILE" >"$tmp"

jq '.app_state.gov.voting_params.voting_period = "300s"' "$GENESIS_FILE" >"$tmp" && mv "$tmp" "$GENESIS_FILE"

# this is a static module account for the hubgenesis module
# retrieved using 'rollapp-evm q auth module-accounts' command
module_account_address="ethm1748tamme3jj3v9wq95fc3pmglxtqscljdy7483"

# Construct the JSON object with the obtained address
Expand Down

0 comments on commit ae94536

Please sign in to comment.