@aztec/accounts 0.32.1 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,7 @@ export async function deployInitialTestAccounts(pxe: PXE) {
68
68
  skipPublicDeployment: true,
69
69
  universalDeploy: true,
70
70
  });
71
- await deployMethod.simulate({});
71
+ await deployMethod.prove({});
72
72
  return deployMethod;
73
73
  }),
74
74
  );
@@ -29,7 +29,7 @@ export async function createAccounts(pxe: PXE, numberOfAccounts = 1): Promise<Ac
29
29
  // the results get stored within the account object. By calling it here we increase the probability of all the
30
30
  // accounts being deployed in the same block because it makes the deploy() method basically instant.
31
31
  await account.getDeployMethod().then(d =>
32
- d.simulate({
32
+ d.prove({
33
33
  contractAddressSalt: account.salt,
34
34
  skipClassRegistration: true,
35
35
  skipPublicDeployment: true,