Skip to content

Commit

Permalink
update register rollapp script
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Dec 19, 2024
1 parent 02f1200 commit 81ab496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/settlement/register_rollapp_to_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ EOF
fi

GENESIS_PATH="${ROLLAPP_HOME_DIR}/config/genesis.json"
GENESIS_HASH=$(sha256sum "$GENESIS_PATH" | awk '{print $1}' | sed 's/[[:space:]]*$//')
GENESIS_HASH=`$EXECUTABLE q genesis-checksum`
#GENESIS_HASH="PLACEHOLDER"

INITIAL_SUPPLY=$(jq -r '.app_state.bank.supply[0].amount' "${ROLLAPP_HOME_DIR}/config/genesis.json")
Expand Down

0 comments on commit 81ab496

Please sign in to comment.