Skip to content

Commit

Permalink
Update citrea version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ercecan committed Dec 20, 2024
1 parent c12b5ea commit c2d97ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/run-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ Finally run this command to run your Citrea full node:

Mac:
```sh
./citrea-v0.5.6-osx-arm64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
./citrea-v0.5.7-osx-arm64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
```

Linux:
```sh
./citrea-v0.5.6-linux-amd64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
./citrea-v0.5.7-linux-amd64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
```

Your full node should be serving RPC at `http://0.0.0.0:8080` now.
Expand Down

0 comments on commit c2d97ea

Please sign in to comment.