Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deploy_tee/pulumi/seismic_node/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ def _require_str(value: str | None) -> str:
(9090, "prometheus"),
(8545, "reth-rpc"),
(8546, "reth-ws"),
# Summit consensus P2P (commonware-p2p, TCP). Left open like
# the other service ports — commonware authenticates peers by pubkey (only
# the validator set completes the handshake), so admission is app-layer, and
# a static IP allowlist would break validators that join dynamically later.
(18551, "summit-consensus"),
]

# --------------------------------------------------------------------
Expand Down
Loading