From ae945361a7c243553dbbe15b36e2b674b11b79a4 Mon Sep 17 00:00:00 2001 From: artemijspavlovs <19916123+artemijspavlovs@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:40:26 +0200 Subject: [PATCH] chore: add node about module account address --- scripts/update_genesis_file.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_genesis_file.sh b/scripts/update_genesis_file.sh index 1e9a802..ed16c44 100755 --- a/scripts/update_genesis_file.sh +++ b/scripts/update_genesis_file.sh @@ -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