Skip to content

Commit

Permalink
chore: update register script to support positional argument change (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Aug 30, 2024
1 parent 7b10b89 commit 1717b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/settlement/register_sequencer_to_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ EOF
fi

set -x
"$SETTLEMENT_EXECUTABLE" tx sequencer create-sequencer "$SEQ_PUB_KEY" "$ROLLAPP_CHAIN_ID" "$METADATA_PATH" "$BOND_AMOUNT" \
"$SETTLEMENT_EXECUTABLE" tx sequencer create-sequencer "$SEQ_PUB_KEY" "$ROLLAPP_CHAIN_ID" "$BOND_AMOUNT" "$METADATA_PATH"\
--from "$SEQUENCER_KEY_NAME" \
--keyring-dir "$SEQUENCER_KEY_PATH" \
--keyring-backend test \
Expand Down

0 comments on commit 1717b3d

Please sign in to comment.