From 2bbe0fada4955a4516bbe28d7a00a9f4173ad166 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Tue, 22 Aug 2023 18:29:41 +0200 Subject: [PATCH] feat: Add support for Sapphire 0.6.1-testnet --- .github/workflows/ci-benchmarks.yml | 2 +- .github/workflows/ci-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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