From 0ed0b5342eec3a07319497a2e72e9f5612ecb161 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:27:16 +1000 Subject: [PATCH] update rpc too --- .github/workflows/build-future.yml | 4 ++-- .github/workflows/build-testing.yml | 4 ++-- Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index c03bc5fe..3145b606 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -35,7 +35,7 @@ jobs: xdr_ref: v22.0.0-rc.1.1 core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 - soroban_rpc_ref: v22.0.0-rc2 + soroban_rpc_ref: 59328520f14ab4d7f67f80736bcd5f6e883014da friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { @@ -59,7 +59,7 @@ jobs: xdr_ref: v22.0.0-rc.1.1 core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 - soroban_rpc_ref: v22.0.0-rc2 + soroban_rpc_ref: 59328520f14ab4d7f67f80736bcd5f6e883014da friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 352d257f..d5f331a8 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -37,7 +37,7 @@ jobs: xdr_ref: v22.0.0-rc.1.1 core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 - soroban_rpc_ref: v22.0.0-rc2 + soroban_rpc_ref: 59328520f14ab4d7f67f80736bcd5f6e883014da friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { @@ -61,7 +61,7 @@ jobs: xdr_ref: v22.0.0-rc.1.1 core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 - soroban_rpc_ref: v22.0.0-rc2 + soroban_rpc_ref: 59328520f14ab4d7f67f80736bcd5f6e883014da friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { diff --git a/Makefile b/Makefile index a7ed3bd9..4c2d10ed 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ build-testing: XDR_REF=v22.0.0-rc.1.1 \ CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ HORIZON_REF=horizon-v22.0.0-rc2 \ - SOROBAN_RPC_REF=v22.0.0-rc2 \ + SOROBAN_RPC_REF=59328520f14ab4d7f67f80736bcd5f6e883014da \ FRIENDBOT_REF=horizon-v22.0.0-rc2 build-future: @@ -45,7 +45,7 @@ build-future: XDR_REF=v22.0.0-rc.1.1 \ CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ HORIZON_REF=horizon-v22.0.0-rc2 \ - SOROBAN_RPC_REF=v22.0.0-rc2 \ + SOROBAN_RPC_REF=59328520f14ab4d7f67f80736bcd5f6e883014da \ FRIENDBOT_REF=horizon-v22.0.0-rc2 build: