Skip to content

Commit

Permalink
Re-enable 2 enclaves HA sequencers
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Dec 19, 2024
1 parent 05b9147 commit 4083b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-upgrade-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4083b62

Please sign in to comment.