Skip to content

Commit

Permalink
update rpc version
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 15, 2024
1 parent c748b27 commit ceaea7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: v22.0.0rc2
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
soroban_rpc_ref: a26c6be415529b9fab04013135bbf9144956fd20
soroban_rpc_ref: 22.0.0-rc2
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
test_matrix: |
{
Expand All @@ -61,7 +61,7 @@ jobs:
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
soroban_rpc_ref: a26c6be415529b9fab04013135bbf9144956fd20
soroban_rpc_ref: 22.0.0-rc2
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
test_matrix: |
{
Expand Down
2 changes: 1 addition & 1 deletion 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=v22.0.0rc2 \
HORIZON_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51 \
SOROBAN_RPC_REF=a26c6be415529b9fab04013135bbf9144956fd20 \
SOROBAN_RPC_REF=22.0.0-rc2 \
FRIENDBOT_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51

build-future:
Expand Down

0 comments on commit ceaea7a

Please sign in to comment.