Skip to content

Commit

Permalink
Update rpc to 22 rc3 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 30, 2024
1 parent a9bd979 commit aeab19c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
{
Expand All @@ -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: |
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
{
Expand All @@ -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: |
{
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit aeab19c

Please sign in to comment.