diff --git a/fluffy/conf.nim b/fluffy/conf.nim index 3e876b3d6..2e3bf6a57 100644 --- a/fluffy/conf.nim +++ b/fluffy/conf.nim @@ -99,7 +99,8 @@ type portalSubnetworks* {. desc: "Select which networks (Portal sub-protocols) to enable", - defaultValue: {PortalSubnetwork.history, PortalSubnetwork.state}, + defaultValue: + {PortalSubnetwork.history, PortalSubnetwork.state, PortalSubnetwork.beacon}, name: "portal-subnetworks" .}: set[PortalSubnetwork]