Skip to content

Commit

Permalink
CSM - disable mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Jul 17, 2024
1 parent 04464fd commit 070c2a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy-nimbus-nethermind.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@

Screen().clear()

if eth_network == "mainnet" and install_config == "Lido CSM Staking Node":
print("Lido CSM is only available on HOLESKY. Mainnet not yet available.")
exit(0)

# Sepolia is a permissioned validator set, default to NODE_ONLY
if eth_network == "sepolia":
NODE_ONLY=True
Expand Down

0 comments on commit 070c2a3

Please sign in to comment.