Skip to content

Commit 7770907

Browse files
committed
deploy: 1cf1ada
1 parent e9c2e70 commit 7770907

File tree

2 files changed

+108194
-4
lines changed

2 files changed

+108194
-4
lines changed

beacon-node-oapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38563,11 +38563,11 @@ paths:
3856338563
type: object
3856438564
description: 'The [`PendingPartialWithdrawal`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/electra/beacon-chain.md#pendingpartialwithdrawal) object from the CL Electra spec.'
3856538565
required:
38566-
- index
38566+
- validator_index
3856738567
- amount
3856838568
- withdrawable_epoch
3856938569
properties:
38570-
index:
38570+
validator_index:
3857138571
description: Index of validator in validator registry.
3857238572
type: string
3857338573
example: '1'
@@ -76094,11 +76094,11 @@ components:
7609476094
type: object
7609576095
description: 'The [`PendingPartialWithdrawal`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/electra/beacon-chain.md#pendingpartialwithdrawal) object from the CL Electra spec.'
7609676096
required:
76097-
- index
76097+
- validator_index
7609876098
- amount
7609976099
- withdrawable_epoch
7610076100
properties:
76101-
index:
76101+
validator_index:
7610276102
description: Index of validator in validator registry.
7610376103
type: string
7610476104
example: '1'

0 commit comments

Comments
 (0)