diff --git a/types/p2p.yaml b/types/p2p.yaml index 07b732fc..649a7a15 100644 --- a/types/p2p.yaml +++ b/types/p2p.yaml @@ -34,6 +34,12 @@ MetaData: - description: "Bitvector representing the node's persistent attestation subnet subscriptions." - $ref: "./primitive.yaml#/Hex" - example: "0x0000000000000000" + syncnets: + allOf: + - description: "Bitvector representing the node's sync committee subnet subscriptions. This metadata is not present in phase0, but will be present in Altair." + - $ref: "./primitive.yaml#/Hex" + - example: "0x0f" + - required: false Peer: type: object