Commit 132fc835 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: peering issue with prysm and nimbus (#416)

Very similar bug to:
https://github.com/kurtosis-tech/ethereum-package/pull/382
parent 5a1ce2e1
...@@ -187,7 +187,7 @@ def launch( ...@@ -187,7 +187,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID, port_id=BEACON_HTTP_PORT_ID,
extract={ extract={
"enr": ".data.enr", "enr": ".data.enr",
"multiaddr": ".data.discovery_addresses[0]", "multiaddr": ".data.p2p_addresses[0]",
"peer_id": ".data.peer_id", "peer_id": ".data.peer_id",
}, },
) )
......
...@@ -198,7 +198,7 @@ def launch( ...@@ -198,7 +198,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID, port_id=BEACON_HTTP_PORT_ID,
extract={ extract={
"enr": ".data.enr", "enr": ".data.enr",
"multiaddr": ".data.discovery_addresses[0]", "multiaddr": ".data.p2p_addresses[0]",
"peer_id": ".data.peer_id", "peer_id": ".data.peer_id",
}, },
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment