Skip to content

Commit

Permalink
Merge pull request #1884 from privacy-scaling-explorations/chore/add-…
Browse files Browse the repository at this point in the history
…missing-exports

chore(contracts): add missing exports
  • Loading branch information
0xmad authored Oct 31, 2024
2 parents ce35c80 + be071a8 commit 8986875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/contracts/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export { EDeploySteps } from "../tasks/helpers/constants";
export { Deployment } from "../tasks/helpers/Deployment";
export { ContractStorage } from "../tasks/helpers/ContractStorage";
export { ProofGenerator } from "../tasks/helpers/ProofGenerator";
export { TreeMerger } from "../tasks/helpers/TreeMerger";
export { Prover } from "../tasks/helpers/Prover";
export {
EContracts,
Expand All @@ -32,6 +33,8 @@ export {
type IGenerateProofsBatchData,
type TallyData,
type IDeployParams,
type IMergeParams,
type IProveParams,
} from "../tasks/helpers/types";
export { linkPoseidonLibraries } from "../tasks/helpers/abi";

Expand Down

0 comments on commit 8986875

Please sign in to comment.