Skip to content

Commit

Permalink
feat: run bridge service with the pessimistic consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 13, 2025
1 parent 54eda52 commit 0dc4240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cdk_node.star
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ def get_cdk_node_cmd(args):
"sleep 20 && aggkit run "
+ "--cfg=/etc/cdk/cdk-node-config.toml "
+ "--save-config-path=/tmp/ "
+ "--components=aggsender"
+ "--components=aggsender,bridge"
]
return service_command

0 comments on commit 0dc4240

Please sign in to comment.