-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'array') #3156
Comments
You seem to be using v0.29 which has the following code:
This has already been fixed in v0.30 (#2824):
|
i,m using v0.30.1 |
That's weird because there is no unchecked Also FYI: you should be able to remove at least half of those accounts (from client), see account-resolution. |
[package] [lib] [features] [dependencies] |
still can,t resolve it |
const account = {
authority: anchorWalletObj.publicKey,
collectionMint: collectionPDA,
metadataAccount: metadataAccount,
masterEdition: masterEditionAccount,
tokenAccount: associatedTokenAccount,
tokenMetadataProgram: MPL_TOKEN_METADATA_PROGRAM_ID,
systemProgram: anchor.web3.SystemProgram.programId,
rent: anchor.web3.SYSVAR_RENT_PUBKEY,
};
The text was updated successfully, but these errors were encountered: