Skip to content

Commit

Permalink
Update command to run aggkit without the node suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 21, 2025
1 parent f5981d2 commit 54eda52
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 @@ -89,7 +89,7 @@ def get_cdk_node_cmd(args):

if args["consensus_contract_type"] == "pessimistic":
service_command = [
"sleep 20 && aggkit-node run "
"sleep 20 && aggkit run "
+ "--cfg=/etc/cdk/cdk-node-config.toml "
+ "--save-config-path=/tmp/ "
+ "--components=aggsender"
Expand Down

0 comments on commit 54eda52

Please sign in to comment.