diff --git a/docs/docs/misc/migration_notes.md b/docs/docs/misc/migration_notes.md index f93a45532d2e..262e693d2b55 100644 --- a/docs/docs/misc/migration_notes.md +++ b/docs/docs/misc/migration_notes.md @@ -38,6 +38,11 @@ struct Storage { let user_balance = balances.at(owner) ``` +### [js] Updated function names + +- `waitForSandbox` renamed to `waitForPXE` in `@aztec/aztec.js` +- `getSandboxAccountsWallets` renamed to `getInitialTestAccountsWallets` in `@aztec/accounts/testing` + ## 0.17.0 ### [js] New `@aztec/accounts` package