Merge pull request #13 from metaplex-foundation/various-patches

Various patches
This commit is contained in:
Jordan Prince 2021-06-03 15:30:21 -05:00 committed by GitHub
commit 10634767df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ export async function emptyPaymentAccount(
isSigner: false,
isWritable: false,
},
{
pubkey: PROGRAM_IDS.store,
isSigner: false,
isWritable: false,
},
{
pubkey: vault,
isSigner: false,