From af6f7e10ee672d7333579d473a52f52258fc5843 Mon Sep 17 00:00:00 2001 From: Tuyen Nguyen Date: Sat, 5 Oct 2024 13:02:15 +0700 Subject: [PATCH] fix: define and publish SingleAttestation for all forks --- packages/types/src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/types/src/types.ts b/packages/types/src/types.ts index 8c8422f1936..820c30238d0 100644 --- a/packages/types/src/types.ts +++ b/packages/types/src/types.ts @@ -275,6 +275,7 @@ export type SignedBuilderBid = TypesByF export type SSEPayloadAttributes = TypesByFork[F]["SSEPayloadAttributes"]; export type Attestation = TypesByFork[F]["Attestation"]; +export type SingleAttestation = TypesByFork[F]["SingleAttestation"]; export type IndexedAttestation = TypesByFork[F]["IndexedAttestation"]; export type IndexedAttestationBigint = TypesByFork[F]["IndexedAttestationBigint"]; export type AttesterSlashing = TypesByFork[F]["AttesterSlashing"];