Skip to content

Commit

Permalink
remove node_modules import
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lindenbaum committed Dec 11, 2023
1 parent 4650a11 commit 830aa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/poseidonPerm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import assert from "assert";
import { Scalar, ZqField, utils } from "ffjavascript";
const { unstringifyBigInts } = utils;
import constants from "./node_modules/circomlib/src/poseidon_constants.json" assert { type: "json" };
import constants from "circomlib/src/poseidon_constants.json" assert { type: "json" };

// Prime 0x30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001
const F = new ZqField(
Expand Down

0 comments on commit 830aa83

Please sign in to comment.