Skip to content

Commit

Permalink
Merge branch 'master' into i530-3
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jan 24, 2024
2 parents bfd86b4 + 706ade2 commit d5b2432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ Some example configurations that can be used are:
`IMAGE`: `stellar/quickstart:testing`
`NETWORK`: `local`
- Local network matching futurenet:
`IMAGE`: `stellar/quickstart:soroban-dev`
`IMAGE`: `stellar/quickstart:future`
`NETWORK`: `local`
`ENABLE_SOROBAN_RPC`: `true`
- Futurenet node:
`IMAGE`: `stellar/quickstart:soroban-dev`
`IMAGE`: `stellar/quickstart:future`
`NETWORK`: `futurenet`
`ENABLE_SOROBAN_RPC`: `true`

Expand All @@ -178,7 +178,7 @@ version that is still in development, add
For example:
```
make build \
TAG=soroban-dev \
TAG=future \
CORE_REF=... \
CORE_CONFIGURE_FLAGS=... \
HORIZON_REF=... \
Expand Down

0 comments on commit d5b2432

Please sign in to comment.