Skip to content

Commit 139d3ee

Browse files
0xmoeiMaddiaa0
andauthored
chore(docs): update how_to_run_sequencer.md (#14056)
- Added `docker` to the list of installation dependencies. - Replaced `curl ifconfig.me` with `curl ipv4.icanhazip.com` to explicitly query the IPv4 address. - Updated `docker-compose.yml` to use the latest image version. --------- Co-authored-by: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com>
1 parent 1099e51 commit 139d3ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/docs/the_aztec_network/guides/run_nodes/how_to_run_prover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
restart: unless-stopped
119119

120120
broker:
121-
image: aztecprotocol/aztec:0.85.0-alpha-testnet.5 # Always refer to the docs to check that you're using the correct image.
121+
image: aztecprotocol/aztec:alpha-testnet # Always refer to the docs to check that you're using the correct image.
122122
command:
123123
- node
124124
- --no-warnings

docs/docs/the_aztec_network/guides/run_nodes/how_to_run_sequencer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The archiver component complements this process by maintaining historical chain
3535
Before following this guide, make sure you:
3636

3737
- Have the `aztec` tool [installed](../../../developers/getting_started.md#install-the-sandbox)
38+
- Set up `docker` on your system. Refer to the [Docker installation guide](https://docs.docker.com/engine/install/).
3839
- You are using the correct version for the testnet by running `aztec-up alpha-testnet`
3940
- Are running a Linux or MacOS machine with access to a terminal
4041

@@ -101,7 +102,7 @@ For a full overview of all available commands, check out the [CLI reference shee
101102

102103
:::tip
103104

104-
If you are unable to determine your public ip. Running the command `curl ifconfig.me` can retrieve it for you.
105+
If you are unable to determine your public ip. Running the command `curl ipv4.icanhazip.com` can retrieve it for you.
105106
:::
106107

107108
### Register as a Validator
@@ -159,7 +160,7 @@ name: aztec-node
159160
services:
160161
network_mode: host # Optional, run with host networking
161162
node:
162-
image: aztecprotocol/aztec:0.85.0-alpha-testnet.5
163+
image: aztecprotocol/aztec:alpha-testnet
163164
environment:
164165
ETHEREUM_HOSTS: ""
165166
L1_CONSENSUS_HOST_URLS: ""

0 commit comments

Comments
 (0)