Skip to content

Commit 3fa9c0e

Browse files
committed
enable holesky
1 parent 06295b1 commit 3fa9c0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tree-gen.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ func GenerateTree(c *cli.Context) error {
144144
case 1:
145145
network = cfgtypes.Network_Mainnet
146146
logger.Printlnf("Beacon node is configured for Mainnet.")
147+
case 17000:
148+
network = cfgtypes.Network_Holesky
149+
logger.Printlnf("Beacon node is configured for Holesky.")
147150
default:
148151
return fmt.Errorf("your Beacon node is configured for an unknown network with Chain ID [%d]", depositContract.ChainID)
149152
}

0 commit comments

Comments
 (0)