Skip to content

Commit

Permalink
Updating the futurenet and localnet tutorials with latest quickstart (#…
Browse files Browse the repository at this point in the history
…249)

The previous image hash was used in these two tutorials, but is no
longer working (I assume because there are no other nodes running
that version).

Here, both tutorials are updated to the latest preview version of
the quickstart image.

Signed-off-by: Elliot Voris <[email protected]>

Signed-off-by: Elliot Voris <[email protected]>
  • Loading branch information
ElliotFriend authored Dec 12, 2022
1 parent ea4f09f commit e96dfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/deploy-to-futurenet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run --rm -it \
--platform linux/amd64 \
-p 8000:8000 \
--name stellar \
stellar/quickstart:soroban-dev@sha256:0993d3350148af6ffeab5dc8f0b835236b28dade6dcae77ff8a09317162f768d \
stellar/quickstart:soroban-dev@sha256:8046391718f8e58b2b88b9c379abda3587bb874689fa09b2ed4871a764ebda27 \
--futurenet \
--enable-soroban-rpc
```
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/deploy-to-local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run --rm -it \
--platform linux/amd64 \
-p 8000:8000 \
--name stellar \
stellar/quickstart:soroban-dev@sha256:0993d3350148af6ffeab5dc8f0b835236b28dade6dcae77ff8a09317162f768d \
stellar/quickstart:soroban-dev@sha256:8046391718f8e58b2b88b9c379abda3587bb874689fa09b2ed4871a764ebda27 \
--standalone \
--enable-soroban-rpc
```
Expand Down

0 comments on commit e96dfaf

Please sign in to comment.