@@ -84,9 +84,9 @@ export const sendAdminProxyCapability = async (ownerAccount) => {
8484 return sendTransaction ( { name, args, signers } ) ;
8585}
8686
87- export const proposeNFTToCatalog = async ( account , collectionIdentifier , contractName , contractAddress , nftTypeIdentifier , storagePathIdentifier , publicPathIdentifier , privatePathIdentifier , publicLinkedTypeIdentifier , publicLinkedTypeRestrictions , privateLinkedTypeIdentifier , privateLinkedTypeRestrictions , collectionName , collectionDescription , externalURL , squareURL , squareMediaType , bannerURL , bannerMediaType , socials , message ) => {
87+ export const proposeNFTToCatalog = async ( account , collectionIdentifier , contractName , contractAddress , nftTypeIdentifier , storagePathIdentifier , publicPathIdentifier , publicLinkedTypeIdentifier , publicLinkedTypeRestrictions , collectionName , collectionDescription , externalURL , squareURL , squareMediaType , bannerURL , bannerMediaType , socials , message ) => {
8888 const name = 'propose_nft_to_catalog' ;
89- const args = [ collectionIdentifier , contractName , contractAddress , nftTypeIdentifier , storagePathIdentifier , publicPathIdentifier , privatePathIdentifier , publicLinkedTypeIdentifier , publicLinkedTypeRestrictions , privateLinkedTypeIdentifier , privateLinkedTypeRestrictions , collectionName , collectionDescription , externalURL , squareURL , squareMediaType , bannerURL , bannerMediaType , socials , message ] ;
89+ const args = [ collectionIdentifier , contractName , contractAddress , nftTypeIdentifier , storagePathIdentifier , publicPathIdentifier , publicLinkedTypeIdentifier , publicLinkedTypeRestrictions , collectionName , collectionDescription , externalURL , squareURL , squareMediaType , bannerURL , bannerMediaType , socials , message ] ;
9090 const signers = [ account ] ;
9191
9292 return sendTransaction ( { name, args, signers } ) ;
0 commit comments