Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 19, 2024
1 parent 7bc8466 commit 32c13df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/cli/src/cmds/misc/deploy_contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function deployCanonicalL2FeeJuice(
export async function deployCanonicalKeyRegistry(deployer: Wallet, waitOpts = DefaultWaitOpts): Promise<AztecAddress> {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - Importing noir-contracts.js even in devDeps results in a circular dependency error. Need to ignore because this line doesn't cause an error in a dev environment
const { KeyRegistryContract: KeyRegistryContract } = await import('@aztec/noir-contracts.js');
const { KeyRegistryContract } = await import('@aztec/noir-contracts.js');

const canonicalKeyRegistry = getCanonicalKeyRegistry();

Expand Down

0 comments on commit 32c13df

Please sign in to comment.