From 706ade2a0356a8d5e8f822610fe30f1c68068506 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:45:26 +1000 Subject: [PATCH] Update refs to :soroban-dev to ref :future in readme (#550) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d81e258de..73ac20d62 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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=... \