Skip to content

Commit

Permalink
fix: import Fr from aztec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Feb 12, 2024
1 parent fa9f72c commit 7005f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/accounts/src/defaults/entrypoint_payload.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FeeOptions } from '@aztec/aztec.js/account';
import { Fr } from '@aztec/aztec.js/fields';
import { FunctionCall, PackedArguments, emptyFunctionCall } from '@aztec/circuit-types';
import { Fr } from '@aztec/circuits.js';
import { padArrayEnd } from '@aztec/foundation/collection';
import { pedersenHash } from '@aztec/foundation/crypto';

Expand Down

0 comments on commit 7005f44

Please sign in to comment.