Skip to content

Commit 132fc83

Browse files
authored
fix: peering issue with prysm and nimbus (#416)
Very similar bug to: #382
1 parent 5a1ce2e commit 132fc83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cl/nimbus/nimbus_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def launch(
187187
port_id=BEACON_HTTP_PORT_ID,
188188
extract={
189189
"enr": ".data.enr",
190-
"multiaddr": ".data.discovery_addresses[0]",
190+
"multiaddr": ".data.p2p_addresses[0]",
191191
"peer_id": ".data.peer_id",
192192
},
193193
)

src/cl/prysm/prysm_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def launch(
198198
port_id=BEACON_HTTP_PORT_ID,
199199
extract={
200200
"enr": ".data.enr",
201-
"multiaddr": ".data.discovery_addresses[0]",
201+
"multiaddr": ".data.p2p_addresses[0]",
202202
"peer_id": ".data.peer_id",
203203
},
204204
)

0 commit comments

Comments
 (0)