Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggkit prometheus #476

Open
wants to merge 13 commits into
base: vcastellm/adapt-aggkit
Choose a base branch
from
Next Next commit
Update aggkit bin name
  • Loading branch information
vcastellm authored Jan 21, 2025
commit f30813d8fec5d9c7f96648e48259d7235015490d
4 changes: 1 addition & 3 deletions lib/cdk_node.star
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ def get_cdk_node_cmd(args):

if args["consensus_contract_type"] == "pessimistic":
service_command = [
"sleep 20 && cdk-node run "
"sleep 20 && aggkit run "
+ "--cfg=/etc/cdk/cdk-node-config.toml "
+ "--custom-network-file=/etc/cdk/genesis.json "
+ "--save-config-path=/tmp/ "
+ "--components=aggsender"
]
return service_command
Loading