Skip to content

Commit

Permalink
fix: use new validator names in assertoor config (#521)
Browse files Browse the repository at this point in the history
assertoor config still had a few names in old format, this replaces them
with the new format
  • Loading branch information
pk910 authored Mar 21, 2024
1 parent 7e36191 commit f595eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assertoor/assertoor_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def launch_assertoor(
cl_client.http_port_num,
el_client.ip_addr,
el_client.rpc_port_num,
cl_client.beacon_service_name,
full_name,
)
)

Expand Down

0 comments on commit f595eb9

Please sign in to comment.