@metaplex-foundation/mpl-token-metadata
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -20,3 +20,2 @@ "use strict"; | ||
super(options); | ||
const { feePayer } = options; | ||
const { metadata, collectionAuthorityRecord, newCollectionAuthority, updateAuthority, mint } = params; | ||
@@ -41,7 +40,2 @@ const data = RevokeCollectionAuthorityArgs.serialize(); | ||
{ | ||
pubkey: feePayer, | ||
isSigner: true, | ||
isWritable: true, | ||
}, | ||
{ | ||
pubkey: metadata, | ||
@@ -48,0 +42,0 @@ isSigner: false, |
{ | ||
"name": "@metaplex-foundation/mpl-token-metadata", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "MPL Token Metadata JavaScript API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/mpl-token-metadata.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
230788
3582