Skip to content

Commit 2d24b15

Browse files
authored
Merge pull request #93 from AztecProtocol/jc/edits
minor edits
2 parents d9badbd + a090540 commit 2d24b15

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/utils/deploy_account.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { getSponsoredFPCInstance } from "./sponsored_fpc.js";
77
import { setupPXE } from "./setup_pxe.js";
88
import { SponsoredFPCContract } from "@aztec/noir-contracts.js/SponsoredFPC";
99

10-
const pxe = await setupPXE()
11-
1210
export async function deploySchnorrAccount(pxe: PXE): Promise<AccountManager> {
1311

1412
let logger: Logger;

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
resolved "https://registry.yarnpkg.com/@aztec/noir-types/-/noir-types-0.86.0.tgz#f07fd5133f00ffbb1a34f181babd8ef14e652339"
258258
integrity sha512-+Q7Ql8SFklbtG1oIN8+6BNLEvXQRji9kmmgT2pARQwMNa3tfU3ybPUHTPMpapcB58Hbn1Sv84TpZvr9cweycEA==
259259

260-
"@aztec/[email protected]", "@aztec/protocol-contracts@^0.86.0":
260+
261261
version "0.86.0"
262262
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.86.0.tgz#10b965cf9ae6db17357dca8ecaae27b95495a976"
263263
integrity sha512-dAUlqROtbjb/yvL6IzaDb43WigdUuZ4+Yx2tY6I1NWcy41S7BO4ClH49zjIemozcClyn9qKIpEGokJFej7lMLg==

0 commit comments

Comments
 (0)