From 09dcf8ab13d7b48b53644e731447f5fd5cabd8c4 Mon Sep 17 00:00:00 2001 From: Laith Bahodi Date: Mon, 25 Nov 2024 11:22:51 -0500 Subject: [PATCH] update protocol version --- .github/workflows/test-stellar.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-stellar.yaml b/.github/workflows/test-stellar.yaml index f05438dc..c9735bc2 100644 --- a/.github/workflows/test-stellar.yaml +++ b/.github/workflows/test-stellar.yaml @@ -33,6 +33,7 @@ jobs: runs-on: blacksmith-2vcpu-ubuntu-2204 steps: # this sets up nested repos: https://github.com/actions/checkout?tab=readme-ov-file#checkout-multiple-repos-nested + # # axelar-contract-deployments # - axelar-cgp-soroban # @@ -92,7 +93,7 @@ jobs: stellar/quickstart:testing \ --local \ --enable-soroban-rpc \ - --protocol-version 21 + --protocol-version 22 RPC_URL="http://localhost:8000/soroban/rpc" NETWORK_PASSPHRASE="Standalone Network ; February 2017"