From 4083b62670832ad3a6592da832a6a1fa5a55dad6 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Thu, 19 Dec 2024 10:28:23 +0000 Subject: [PATCH] Re-enable 2 enclaves HA sequencers --- .github/workflows/manual-deploy-testnet-l2.yml | 2 +- .github/workflows/manual-upgrade-testnet-l2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 0e42f82d6..e614790ed 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -175,7 +175,7 @@ jobs: - node_l1_ws_lookup: L1_WS_URL_2 host_id: 2 # sequencer has an HA setup with 2 enclaves - - num_enclaves: 1 + - num_enclaves: 2 host_id: 0 - num_enclaves: 1 host_id: 1 diff --git a/.github/workflows/manual-upgrade-testnet-l2.yml b/.github/workflows/manual-upgrade-testnet-l2.yml index 0b86c1498..0712c8d9f 100644 --- a/.github/workflows/manual-upgrade-testnet-l2.yml +++ b/.github/workflows/manual-upgrade-testnet-l2.yml @@ -135,7 +135,7 @@ jobs: - node_l1_ws_lookup: L1_WS_URL_2 host_id: 2 # sequencer has an HA setup with 2 enclaves - - num_enclaves: 1 + - num_enclaves: 2 host_id: 0 - num_enclaves: 1 host_id: 1