Skip to content

Commit

Permalink
Node config: wire through seq addr flag (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel authored Apr 29, 2024
1 parent bd9a9cf commit 40ae16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/node/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func main() {
node.WithRollupInterval(cliConfig.rollupInterval),
node.WithL1ChainID(cliConfig.l1ChainID),
node.WithPostgresDBHost(cliConfig.postgresDBHost),
node.WithSequencerP2PAddr(cliConfig.sequencerP2PAddr),
)

dockerNode := node.NewDockerNode(nodeCfg)
Expand Down

0 comments on commit 40ae16f

Please sign in to comment.