Skip to content

Commit

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

chore(contracts): add deploy params type
  • Loading branch information
0xmad authored Aug 19, 2024
2 parents 1f533a7 + 74252cb commit 113854a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export {
type IGenerateProofsOptions,
type IGenerateProofsBatchData,
type TallyData,
type IDeployParams,
} from "../tasks/helpers/types";
export { linkPoseidonLibraries } from "../tasks/helpers/abi";
export { buildPoseidonT3, buildPoseidonT4, buildPoseidonT5, buildPoseidonT6 } from "./buildPoseidon";
Expand Down

0 comments on commit 113854a

Please sign in to comment.