Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 committed Jan 23, 2025
1 parent de64d2c commit b7b53e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/tutorials/novm-messenger-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ args = []
```

Then add a new rollup genesis file to `<absolute path of your home dir>/.astria/novm/config/rollup_genesis.json`.
you will need to update manually the `rollup_name`:
you will need to manually update the `rollup_name`:

```json
// rollup_genesis.json
Expand All @@ -107,6 +107,9 @@ you will need to update manually the `rollup_name`:
}
```

To add another genesis account, use the astria-go CLI to generate
an address and append it to the account field.

Then open `~/.astria/novm/config/base-config.toml` and add the following to that
file. You will need to manually update the `db_filepath` and `genesis_filepath`:

Expand Down

0 comments on commit b7b53e5

Please sign in to comment.