diff --git a/docs/run-testnet.md b/docs/run-testnet.md index ea6e251ab..8e754a6ce 100644 --- a/docs/run-testnet.md +++ b/docs/run-testnet.md @@ -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.