Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOndejka committed May 7, 2024
1 parent 72e723c commit 0724490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/zeko/sequencer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ To list all available commit transactions:

```bash
export DUNE_PROFILE=devnet
dune exec ./cli.exe -- list
dune exec ./cli.exe -- committer list
```

To get json of the commit transaction:

```bash
export DUNE_PROFILE=devnet
dune exec ./cli.exe -- get --source <source-ledger-hash> --target <target-ledger-hash>
dune exec ./cli.exe -- committer get --source <source-ledger-hash> --target <target-ledger-hash>
```

To resend the commit transaction:

```bash
export DUNE_PROFILE=devnet
export MINA_PRIVATE_KEY="base58 signer private key"
dune exec ./cli.exe -- send
dune exec ./cli.exe -- committer send
--source <source-ledger-hash> \
--target <target-ledger-hash> \
--l1-uri <l1-uri> \
Expand Down

0 comments on commit 0724490

Please sign in to comment.