Skip to content

Commit 7f270a9

Browse files
committed
deploy: 8b21f7a
1 parent 80f4c61 commit 7f270a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

beacon-node-oapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39744,6 +39744,10 @@ paths:
3974439744
type: string
3974539745
format: hex
3974639746
pattern: '^0x[a-fA-F0-9]{2,}$'
39747+
custody_group_count:
39748+
type: string
39749+
example: '1'
39750+
description: Uint64 representing the node's custody group count. The metadata is present from the Fulu fork.
3974739751
'500':
3974839752
description: Beacon node internal error.
3974939753
content:
@@ -50778,6 +50782,10 @@ components:
5077850782
type: string
5077950783
format: hex
5078050784
pattern: '^0x[a-fA-F0-9]{2,}$'
50785+
custody_group_count:
50786+
type: string
50787+
example: '1'
50788+
description: Uint64 representing the node's custody group count. The metadata is present from the Fulu fork.
5078150789
Peer:
5078250790
type: object
5078350791
required:

0 commit comments

Comments
 (0)