Skip to content

Commit

Permalink
chore(contracts): add deploy params type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Aug 19, 2024
1 parent 1f533a7 commit 74252cb
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 74252cb

Please sign in to comment.