From f017270bb9c7e20a61e7847a9e32e625e758fb38 Mon Sep 17 00:00:00 2001 From: Ilja Pavlovs <ilja.pavlovs@gmail.com> Date: Sat, 11 Nov 2023 01:02:05 +0200 Subject: [PATCH] VRF-745: adding ARBITRUM_SEPOLIA to VRF Load test GH Action workflows --- .github/workflows/on-demand-vrfv2-performance-test.yml | 1 + .github/workflows/on-demand-vrfv2plus-performance-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/on-demand-vrfv2-performance-test.yml b/.github/workflows/on-demand-vrfv2-performance-test.yml index ed0fcd3cdc7..65dc768d6f9 100644 --- a/.github/workflows/on-demand-vrfv2-performance-test.yml +++ b/.github/workflows/on-demand-vrfv2-performance-test.yml @@ -13,6 +13,7 @@ on: - "OPTIMISM_GOERLI" - "ARBITRUM_MAINNET" - "ARBITRUM_GOERLI" + - "ARBITRUM_SEPOLIA" - "BSC_MAINNET" - "BSC_TESTNET" - "POLYGON_MAINNET" diff --git a/.github/workflows/on-demand-vrfv2plus-performance-test.yml b/.github/workflows/on-demand-vrfv2plus-performance-test.yml index c51f7f5a2fb..937909b6b79 100644 --- a/.github/workflows/on-demand-vrfv2plus-performance-test.yml +++ b/.github/workflows/on-demand-vrfv2plus-performance-test.yml @@ -13,6 +13,7 @@ on: - "OPTIMISM_GOERLI" - "ARBITRUM_MAINNET" - "ARBITRUM_GOERLI" + - "ARBITRUM_SEPOLIA" - "BSC_MAINNET" - "BSC_TESTNET" - "POLYGON_MAINNET"