We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef46e8 + 33123c3 commit 2aac9f0Copy full SHA for 2aac9f0
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