Skip to content

Commit

Permalink
Fix import post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 16, 2024
1 parent fa2da06 commit e0fe059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ import {
nonEmptySideEffects,
sideEffectArrayToValueArray,
} from '@aztec/circuits.js';
import { makeContractDeploymentData, makeHeader } from '@aztec/circuits.js/factories';
import {
computeCommitmentNonce,
computeMessageSecretHash,
computeVarArgsHash,
siloCommitment,
} from '@aztec/circuits.js/hash';
import { makeContractDeploymentData, makeHeader } from '@aztec/circuits.js/testing';
import {
FunctionArtifact,
FunctionSelector,
Expand Down

0 comments on commit e0fe059

Please sign in to comment.