Skip to content

Commit

Permalink
upd horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 15, 2024
1 parent ceaea7a commit b3ca5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: 22.0.0-rc2
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -60,9 +60,9 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: 22.0.0-rc2
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ build-testing:
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=22.0.0-rc2 \
FRIENDBOT_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51
FRIENDBOT_REF=horizon-v22.0.0-rc1

build-future:
$(MAKE) build TAG=future \
Expand Down

0 comments on commit b3ca5ba

Please sign in to comment.