We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef46e8 commit 33123c3Copy full SHA for 33123c3
1 file changed
scripts/deploy_account.ts
@@ -5,7 +5,7 @@ import { deploySchnorrAccount } from "../src/utils/deploy_account.js";
5
export async function deployAccount() {
6
let logger: Logger;
7
logger = createLogger('aztec:aztec-starter');
8
- const pxe = await setupPXE()
+ const pxe = await setupPXE();
9
await deploySchnorrAccount(pxe);
10
}
11
0 commit comments