Skip to content

Commit

Permalink
Update RPC version to v22.1.0 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Nov 13, 2024
1 parent 1b84280 commit e2d6347
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
soroban_rpc_ref: v22.0.0
soroban_rpc_ref: v22.1.0
friendbot_ref: horizon-v22.0.1
test_matrix: |
{
Expand All @@ -60,7 +60,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
soroban_rpc_ref: v22.0.0
soroban_rpc_ref: v22.1.0
friendbot_ref: horizon-v22.0.1
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
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
soroban_rpc_ref: v22.0.0
soroban_rpc_ref: v22.1.0
friendbot_ref: horizon-v22.0.1
test_matrix: |
{
Expand All @@ -61,7 +61,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
soroban_rpc_ref: v22.0.0
soroban_rpc_ref: v22.1.0
friendbot_ref: horizon-v22.0.1
test_matrix: |
{
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-latest:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.1 \
SOROBAN_RPC_REF=v21.5.1 \
SOROBAN_RPC_REF=v22.1.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build-testing:
Expand All @@ -36,7 +36,7 @@ build-testing:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.1 \
SOROBAN_RPC_REF=v22.0.0 \
SOROBAN_RPC_REF=v22.1.0 \
FRIENDBOT_REF=horizon-v22.0.1

build-future:
Expand All @@ -45,7 +45,7 @@ build-future:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.1 \
SOROBAN_RPC_REF=v22.0.0 \
SOROBAN_RPC_REF=v22.1.0 \
FRIENDBOT_REF=horizon-v22.0.1

build:
Expand Down

0 comments on commit e2d6347

Please sign in to comment.