Skip to content

Commit

Permalink
Merge pull request #1786 from privacy-scaling-explorations/fix/imports
Browse files Browse the repository at this point in the history
fix(contracts): remove poseidon builders from exports
  • Loading branch information
0xmad authored Aug 19, 2024
2 parents 113854a + 8890da5 commit 0311830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contracts/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export {
type IDeployParams,
} from "../tasks/helpers/types";
export { linkPoseidonLibraries } from "../tasks/helpers/abi";
export { buildPoseidonT3, buildPoseidonT4, buildPoseidonT5, buildPoseidonT6 } from "./buildPoseidon";

export type { IVerifyingKeyStruct, SnarkProof, Groth16Proof, Proof } from "./types";
export * from "../typechain-types";

0 comments on commit 0311830

Please sign in to comment.