We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3e26f commit 06141a4Copy full SHA for 06141a4
examples/nft-collections/index.ts
@@ -161,7 +161,7 @@ const collectionAndNewNFTExample = async () => {
161
executeTx.add(computeIx);
162
executeTx.add(executeIx);
163
// sign & serialize and send
164
- executeTx.sign(walletKeypair);
+ executeTx.sign(otherMembersBesidesWallet[0]);
165
const txid = await squads.connection.sendRawTransaction(executeTx.serialize(), {skipPreflight: true, preflightCommitment: 'confirmed'});
166
console.log("sent execute tx!", txid);
167
console.log("finished, check the added nft mint at", newNftMint.toBase58());
0 commit comments