Skip to content

Commit

Permalink
Merge branch 'main' into blighting-mudir
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy authored Nov 1, 2022
2 parents 85766e8 + 9c62867 commit 9d3b578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

REVISION=089d356c55f7e5da92d5440d29a1772c701422e6db8ac0400ef8e85518d2df9f

case "$1" in
standalone)
echo "Using standalone network"
Expand All @@ -23,7 +21,7 @@ docker run --rm -ti \
--platform linux/amd64 \
--name stellar \
-p 8000:8000 \
stellar/quickstart@sha256:$REVISION \
stellar/quickstart:soroban-dev \
$ARGS \
--enable-soroban-rpc \
--protocol-version 20

0 comments on commit 9d3b578

Please sign in to comment.