Skip to content

Commit

Permalink
Merge pull request #811 from trilitech/diana@pre-endorsement
Browse files Browse the repository at this point in the history
fix: export for TezosPreEndorsementOperation
  • Loading branch information
IsaccoSordo authored Sep 3, 2024
2 parents 84d5328 + 8137a38 commit 3e2c3d9
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 3e2c3d9

Please sign in to comment.