Skip to content

Commit

Permalink
fix: peering issue with prysm and nimbus (#416)
Browse files Browse the repository at this point in the history
Very similar bug to:
#382
  • Loading branch information
barnabasbusa authored Dec 14, 2023
1 parent 5a1ce2e commit 132fc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cl/nimbus/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID,
extract={
"enr": ".data.enr",
"multiaddr": ".data.discovery_addresses[0]",
"multiaddr": ".data.p2p_addresses[0]",
"peer_id": ".data.peer_id",
},
)
Expand Down
2 changes: 1 addition & 1 deletion src/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID,
extract={
"enr": ".data.enr",
"multiaddr": ".data.discovery_addresses[0]",
"multiaddr": ".data.p2p_addresses[0]",
"peer_id": ".data.peer_id",
},
)
Expand Down

0 comments on commit 132fc83

Please sign in to comment.