Skip to content

Commit

Permalink
fix: added the base_layer.node_url required parameter to the README i…
Browse files Browse the repository at this point in the history
…nstruct… (#1265)

fix: added the base_layer.node_url required parameter to the README instructions
  • Loading branch information
Yael-Starkware authored Oct 12, 2023
1 parent f0f1161 commit 229ee42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You can build and run a `Papyrus` node with the default configuration by running

```bash
mkdir data
cargo run --release --package papyrus_node --bin papyrus_node
cargo run --release --package papyrus_node --bin papyrus_node -- --base_layer.node_url <ethereum_node_url>
```

### Configuration
Expand Down Expand Up @@ -95,7 +95,8 @@ You can run a `Papyrus` node with the default configuration by running:
docker run --rm --name papyrus\
-p 8080-8081:8080-8081 \
-v <local-host-data-path>:/app/data \
ghcr.io/starkware-libs/papyrus:dev
ghcr.io/starkware-libs/papyrus:dev \
--base_layer.node_url <ethereum_node_url>
```

> **NOTE**
Expand Down

0 comments on commit 229ee42

Please sign in to comment.