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 31a46aa commit b55ed8cCopy full SHA for b55ed8c
1 file changed
examples/oft-solana/tasks/solana/updateMetadata.ts
@@ -324,7 +324,7 @@ async function updateTokenExtensionsMetadata({
324
const transaction = new VersionedTransaction(message)
325
326
if (vaultPda) {
327
- const base58Tx = bs58.encode(transaction.message.serialize())
+ const base58Tx = bs58.encode(new Uint8Array(transaction.message.serialize()))
328
console.log('==== Import the following base58 txn data into the Squads UI ====')
329
console.log(base58Tx)
330
} else {
0 commit comments