Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Jan 13, 2025
1 parent bba39e1 commit ceebf5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/novm-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ exec $SHELL
Export some environment variables to make the following commands easier:

```bash
export $PRIV_KEY="2bd806c97f0e00af1a1fc3328fa763a9269723c8db8fac4f93af71db186d6e90"
export $ROLLUP_URL="http://localhost:3030"
export PRIV_KEY="2bd806c97f0e00af1a1fc3328fa763a9269723c8db8fac4f93af71db186d6e90"
export ROLLUP_URL="http://localhost:3030"
```

Send a transfer on the rollup:
Expand All @@ -161,4 +161,4 @@ rollup-cli rollup text --private-key $PRIV_KEY --sequencer-url $ROLLUP_URL "a ne
> [!TIP]
> You may see an `ERROR astria_composer::metrics:` error in the Composer when
> submitting new messages. This results from setting `astria_composer_rollups =
> ''` to an empty value an can be ignored when testing the rollup.
> ''` to an empty value and can be ignored when testing the rollup.

0 comments on commit ceebf5c

Please sign in to comment.