From 6520c2f53d64973246ec30999351054fb6b20b40 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Tue, 5 Nov 2024 09:55:34 -0800 Subject: [PATCH] Update types/electra/attestation.yaml Co-authored-by: Nico Flaig --- types/electra/attestation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/electra/attestation.yaml b/types/electra/attestation.yaml index 79889ff8..94e32852 100644 --- a/types/electra/attestation.yaml +++ b/types/electra/attestation.yaml @@ -17,7 +17,7 @@ Electra: description: "The BLS signature of the `IndexedAttestation`, created by the validator of the attestation." SingleAttestation: type: object - description: "The [`SingleAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/electra/beacon-chain.md#singleattestation) object from the CL spec." + description: "The [`SingleAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9/specs/electra/beacon-chain.md#singleattestation) object from the CL spec." required: [committee_index, attester_index, data, signature] properties: committee_index: