Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 13, 2025
1 parent 4db947a commit 1f3706a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kurtosis_package/deployers/eigenlayer.star
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ def register_operators(plan, context, deployment_name, operators):
operator_keys = data["keys"][keys_name]
addresses = data["addresses"][deployment_name]

send_cmd = "cast send --confirmations 0 --rpc-url {rpc} --private-key {pk}".format(
rpc=data["http_rpc_url"], pk=operator_keys["private_key"]
send_cmd = (
"cast send --confirmations 0 --rpc-url {rpc} --private-key {pk}".format(
rpc=data["http_rpc_url"], pk=operator_keys["private_key"]
)
)
cmds = ["set -e"]
cmds.append(
Expand Down

0 comments on commit 1f3706a

Please sign in to comment.