diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index c03bc5fe..bbfc11c4 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: v22.0.0-rc3 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: v22.0.0-rc3 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..d5ed6225 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: v22.0.0-rc3 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: v22.0.0-rc3 friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { diff --git a/Makefile b/Makefile index a7ed3bd9..b2956cf3 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=v22.0.0-rc3 \ 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=v22.0.0-rc3 \ FRIENDBOT_REF=horizon-v22.0.0-rc2 build: