Skip to content

Commit

Permalink
fix: export for TezosPreEndorsementOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Aug 29, 2024
1 parent 82a6778 commit 6a4702b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/beacon-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ import { TezosEndorsementWithSlotOperation } from './types/tezos/operations/Endo
import { TezosFailingNoopOperation } from './types/tezos/operations/FailingNoop'
import { TezosIncreasePaidStorageOperation } from './types/tezos/operations/IncreasePaidStorage'
import { TezosPreAttestationOperation } from './types/tezos/operations/PreAttestation'
import { TezosPreEndorsementOperation } from './types/tezos/operations/PreEndorsement'
import { TezosRegisterGlobalConstantOperation } from './types/tezos/operations/RegisterGlobalConstant'
import { TezosSetDepositsLimitOperation } from './types/tezos/operations/SetDepositsLimit'
import { TezosSmartRollupAddMessagesOperation } from './types/tezos/operations/SmartRollupAddMessages'
Expand Down Expand Up @@ -232,6 +233,7 @@ export {
PartialTezosSetDepositsLimitOperation,
TezosAttestationOperation,
TezosPreAttestationOperation,
TezosPreEndorsementOperation,
TezosSetDepositsLimitOperation,
TezosDoublePreAttestationEvidenceOperation,
TezosDoublePreEndorsementEvidenceOperation,
Expand Down

0 comments on commit 6a4702b

Please sign in to comment.