From 13f748a8e261f3bc036f613eece90c825d873969 Mon Sep 17 00:00:00 2001 From: Urvi Date: Mon, 22 Apr 2024 18:35:20 -0700 Subject: [PATCH] Update horizon version in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b8fa61d5..14b372d2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-latest: PROTOCOL_VERSION_DEFAULT=20 \ XDR_REF=v20.1.0 \ CORE_REF=v20.4.0 \ - HORIZON_REF=horizon-v2.29.0 \ + HORIZON_REF=horizon-v2.30.0 \ SOROBAN_RPC_REF=v20.3.0 build-testing: @@ -34,7 +34,7 @@ build-testing: PROTOCOL_VERSION_DEFAULT=20 \ XDR_REF=v21.0.0 \ CORE_REF=v21.0.0rc1 \ - HORIZON_REF=horizon-v2.29.0 \ + HORIZON_REF=horizon-v2.30.0 \ SOROBAN_RPC_REF=v20.3.0 build-future: @@ -42,7 +42,7 @@ build-future: PROTOCOL_VERSION_DEFAULT=20 \ XDR_REF=v20.0.2 \ CORE_REF=v20.1.0 \ - HORIZON_REF=horizon-v2.29.0 \ + HORIZON_REF=horizon-v2.30.0 \ SOROBAN_RPC_REF=v20.1.0 build: