Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Ramos authored and Camila Ramos committed Nov 23, 2023
1 parent 1abd2b1 commit 6e9a8d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/dusknet/2-local-rollup-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ __NEVER__ use a private key you use on a live network.
:::

:::tip
Open a new terminal window for the following instructions. Keep your original terminal process running.
Open a new terminal window for the following instructions.

Check failure on line 34 in docs/dusknet/2-local-rollup-deployment.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces: Expected: 0 or 2; Actual: 1
Keep your initial terminal process running.
:::

You can add genesis account(s) to your rollup during configuration.
Expand Down Expand Up @@ -71,8 +72,8 @@ export ROLLUP_GENESIS_ACCOUNTS=<ADDRESS_1>:<BALANCE_1>,<ADDRESS_2>:<BALANCE_2>

## Install the `astria-cli`

Navigate to your [Astria repo](https://github.com/astriaorg/astria/tree/main) and build
a new config using the `astria-cli`.
Navigate to your [Astria repo](https://github.com/astriaorg/astria/tree/main)

Check failure on line 75 in docs/dusknet/2-local-rollup-deployment.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces: Expected: 0 or 2; Actual: 1
and build a new config using the `astria-cli`.

```bash
cd astria
Expand Down

0 comments on commit 6e9a8d9

Please sign in to comment.