diff --git a/.github/workflows/ci-benchmarks.yml b/.github/workflows/ci-benchmarks.yml index f9f65967..1a20db2c 100644 --- a/.github/workflows/ci-benchmarks.yml +++ b/.github/workflows/ci-benchmarks.yml @@ -39,7 +39,7 @@ jobs: OASIS_CORE_VERSION: "22.2.11" OASIS_NODE: ${{ github.workspace }}/oasis_core/oasis-node OASIS_NET_RUNNER: ${{ github.workspace }}/oasis_core/oasis-net-runner - SAPPHIRE_PARATIME_VERSION: 0.6.0-testnet + SAPPHIRE_PARATIME_VERSION: 0.6.1-testnet GATEWAY__CHAIN_ID: 23293 SAPPHIRE_PARATIME: ${{ github.workspace }}/oasis_core/sapphire-paratime OASIS_NODE_DATADIR: /tmp/oasis-sapphire-benchmarks diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 34d9af0b..a841a9e3 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -107,7 +107,7 @@ jobs: OASIS_CORE_VERSION: "22.2.11" OASIS_NODE: ${{ github.workspace }}/oasis_core/oasis-node OASIS_NET_RUNNER: ${{ github.workspace }}/oasis_core/oasis-net-runner - SAPPHIRE_PARATIME_VERSION: 0.6.0-testnet + SAPPHIRE_PARATIME_VERSION: 0.6.1-testnet GATEWAY__CHAIN_ID: 23293 GATEWAY__OASIS_RPCS: true SAPPHIRE_PARATIME: ${{ github.workspace }}/oasis_core/sapphire-paratime