diff --git a/Makefile b/Makefile index c49fd394..9b14dc51 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ build-testing: HORIZON_REF=horizon-v2.27.0 \ SOROBAN_RPC_REF=v20.1.0 -build-soroban-dev: - $(MAKE) build TAG=soroban-dev \ +build-future: + $(MAKE) build TAG=future \ XDR_REF=v20.0.2 \ CORE_REF=v20.1.0 \ CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \