From b3ca5ba881d52c9014dd157ce2b3fc49b002979b Mon Sep 17 00:00:00 2001
From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
Date: Wed, 16 Oct 2024 08:24:02 +1000
Subject: [PATCH] upd horizon

---
 .github/workflows/build-testing.yml | 8 ++++----
 Makefile                            | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml
index f4c598f1..d3c6a7bd 100644
--- a/.github/workflows/build-testing.yml
+++ b/.github/workflows/build-testing.yml
@@ -36,9 +36,9 @@ jobs:
       protocol_version_default: 21
       xdr_ref: v22.0.0-rc.1.1
       core_ref: v22.0.0rc2
-      horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
+      horizon_ref: horizon-v22.0.0-rc1
       soroban_rpc_ref: 22.0.0-rc2
-      friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
+      friendbot_ref: horizon-v22.0.0-rc1
       test_matrix: |
         {
           "network": ["testnet", "pubnet", "local"],
@@ -60,9 +60,9 @@ jobs:
       protocol_version_default: 21
       xdr_ref: v22.0.0-rc.1.1
       core_ref: v22.0.0rc2
-      horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
+      horizon_ref: horizon-v22.0.0-rc1
       soroban_rpc_ref: 22.0.0-rc2
-      friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
+      friendbot_ref: horizon-v22.0.0-rc1
       test_matrix: |
         {
           "network": ["testnet", "pubnet", "local"],
diff --git a/Makefile b/Makefile
index 9c7c43db..8721a0b4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ build-testing:
 	    PROTOCOL_VERSION_DEFAULT=21 \
 		XDR_REF=v22.0.0-rc.1.1 \
 		CORE_REF=v22.0.0rc2 \
-		HORIZON_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51 \
+		HORIZON_REF=horizon-v22.0.0-rc1 \
 		SOROBAN_RPC_REF=22.0.0-rc2 \
-		FRIENDBOT_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51
+		FRIENDBOT_REF=horizon-v22.0.0-rc1
 
 build-future:
 	$(MAKE) build TAG=future \