Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ten-protocol/go-ten into wi…
Browse files Browse the repository at this point in the history
…ll/remove-host-volume-docker
  • Loading branch information
badgersrus committed Apr 29, 2024
2 parents abd5aa6 + 40ae16f commit 66101fa
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 66101fa

Please sign in to comment.