Skip to content

Commit

Permalink
fix: missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vecheslav committed Sep 23, 2021
1 parent 360933b commit 8da7b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/programs/metaplex/transactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export * from './SetStore';
export * from './SetWhitelistedCreator';
export * from './StartAuction';
export * from './InitAuctionManagerV2';
export * from './ClaimBid';
export * from './RedeemBid';

0 comments on commit 8da7b3d

Please sign in to comment.