Skip to content

Commit

Permalink
fix: update create-sequencer command with a new arg sequence (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Aug 25, 2024
1 parent f21a823 commit e8e0f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sequencer/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func Register(raCfg config.RollappConfig, desiredBond string) error {
"create-sequencer",
seqPubKey,
raCfg.RollappID,
seqMetadataPath,
desiredBond,
seqMetadataPath,
"--from", consts.KeysIds.HubSequencer,
"--keyring-backend", "test",
"--fees", "1dym",
Expand Down

0 comments on commit e8e0f2e

Please sign in to comment.