From 6a4702b144796ed77f6c5ece159cd8d1f7452e3c Mon Sep 17 00:00:00 2001 From: Diana Savatina Date: Thu, 29 Aug 2024 16:13:57 +0100 Subject: [PATCH] fix: export for TezosPreEndorsementOperation --- packages/beacon-types/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/beacon-types/src/index.ts b/packages/beacon-types/src/index.ts index ac0c0650..3052c25a 100644 --- a/packages/beacon-types/src/index.ts +++ b/packages/beacon-types/src/index.ts @@ -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' @@ -232,6 +233,7 @@ export { PartialTezosSetDepositsLimitOperation, TezosAttestationOperation, TezosPreAttestationOperation, + TezosPreEndorsementOperation, TezosSetDepositsLimitOperation, TezosDoublePreAttestationEvidenceOperation, TezosDoublePreEndorsementEvidenceOperation,