Skip to content

Commit

Permalink
update commands in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Feb 12, 2025
1 parent d46994c commit f03a9eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/novm-messenger-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Update the rollup name in the rest of the `novm` instance config to
match the rollup name in your `rollup_genesis.json` file:

```bash
astria-go dev set-config rollup-name astria-chat --instancee novm
astria-go dev setconfig rollupname astria-chat --instance novm
```

Then update the env vars for Composer to communicate properly with the rollup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export ROLLUP_NAME="<your rollup name>"
Update the rollup name for your sequencer instance:

```bash
astria-go dev set-config rollup-name $ROLLUP_NAME
astria-go dev setconfig rollupname $ROLLUP_NAME
```

When running against the remote sequencer, you will also need to create a new
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/run-local-rollup-and-sequencer.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export ROLLUP_NAME="<your rollup name>"
Update the rollup name for your sequencer instance:

```bash
astria-go dev set-config rollup-name $ROLLUP_NAME
astria-go dev setconfig rollupname $ROLLUP_NAME
```

### Manually Configure the Sequencer
Expand Down

0 comments on commit f03a9eb

Please sign in to comment.