Skip to content

Commit

Permalink
update doc node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Dec 13, 2024
1 parent 08e29a2 commit edde669
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.5-osx-arm64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
./citrea-v0.5.6-osx-arm64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
```

Linux:
```sh
./citrea-v0.5.5-linux-amd64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
./citrea-v0.5.6-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 edde669

Please sign in to comment.