Skip to content

Commit

Permalink
fix(contracts): remove poseidon builders from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Aug 19, 2024
1 parent 113854a commit 8890da5
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 8890da5

Please sign in to comment.