Skip to content

Commit

Permalink
fix: add SingleAttestation for phase0 and altair
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Oct 5, 2024
1 parent 73faacd commit 0852e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type TypesByFork = {
BeaconState: phase0.BeaconState;
SignedBeaconBlock: phase0.SignedBeaconBlock;
Metadata: phase0.Metadata;
SingleAttestation: phase0.Attestation;
Attestation: phase0.Attestation;
IndexedAttestation: phase0.IndexedAttestation;
IndexedAttestationBigint: phase0.IndexedAttestationBigint;
Expand All @@ -67,6 +68,7 @@ type TypesByFork = {
LightClientStore: altair.LightClientStore;
SyncCommittee: altair.SyncCommittee;
SyncAggregate: altair.SyncAggregate;
SingleAttestation: phase0.Attestation;
Attestation: phase0.Attestation;
IndexedAttestation: phase0.IndexedAttestation;
IndexedAttestationBigint: phase0.IndexedAttestationBigint;
Expand Down

0 comments on commit 0852e32

Please sign in to comment.