treefmt-check:
# test NAT IP), which is unreachable inside the QEMU VM network — actual CL
# inter-node peering does not occur. Ea …
treefmt-check:
# test NAT IP), which is unreachable inside the QEMU VM network — actual CL
# inter-node peering does not occur. Each node starts with a stable identity.
- settings.beacon.p2p.staticPeers = clPackage != "nimbus" && clPackage != "lodestar" && clPackage != "lighthouse";
+ settings.beacon.p2p.staticPeers =
+ clPackage != "nimbus" && clPackage != "lodestar" && clPackage != "lighthouse";
settings.beacon.p2p.directPeering = clPackage == "lodestar";
# Port must match the chosen CL client's REST API port
settings.beacon.rest.port = cl.restPortInventorySetting;
|