@@ -419,7 +419,6 @@ describe("IP Asset Functions", () => {
419419 maxRts : 5 * 10 ** 6 ,
420420 maxRevenueShare : 100 ,
421421 } ,
422- allowDuplicates : true ,
423422 txOptions : { waitForTransaction : true } ,
424423 } ) ;
425424 expect ( result . txHash ) . to . be . a ( "string" ) . and . not . empty ;
@@ -503,7 +502,6 @@ describe("IP Asset Functions", () => {
503502 spgNftContract : nftContract ,
504503 licenseTokenIds : [ mintLicenseTokensResult . licenseTokenIds ! [ 0 ] ] ,
505504 maxRts : 5 * 10 ** 6 ,
506- allowDuplicates : true ,
507505 ipMetadata : {
508506 ipMetadataURI : "test-uri" ,
509507 ipMetadataHash : toHex ( "test-metadata-hash" , { size : 32 } ) ,
@@ -938,7 +936,6 @@ describe("IP Asset Functions", () => {
938936 const result =
939937 await client . ipAsset . mintAndRegisterIpAndAttachPilTermsAndDistributeRoyaltyTokens ( {
940938 spgNftContract : nftContract ,
941- allowDuplicates : true ,
942939 licenseTermsData : [
943940 {
944941 terms : {
@@ -1009,7 +1006,6 @@ describe("IP Asset Functions", () => {
10091006 // create parent ip with minting fee
10101007 const result = await client . ipAsset . mintAndRegisterIpAssetWithPilTerms ( {
10111008 spgNftContract : nftContractWithMintingFee ,
1012- allowDuplicates : true ,
10131009 licenseTermsData : [
10141010 {
10151011 terms : {
@@ -1066,7 +1062,6 @@ describe("IP Asset Functions", () => {
10661062 nftMetadataURI : "test" ,
10671063 nftMetadataHash : zeroHash ,
10681064 } ,
1069- allowDuplicates : true ,
10701065 txOptions : { waitForTransaction : true } ,
10711066 } ) ;
10721067 expect ( rsp . txHash ) . to . be . a ( "string" ) . and . not . empty ;
@@ -1098,7 +1093,6 @@ describe("IP Asset Functions", () => {
10981093 spgNftContract : nftContractWithMintingFee ,
10991094 licenseTokenIds : licenseTokenIds ! ,
11001095 maxRts : MAX_ROYALTY_TOKEN ,
1101- allowDuplicates : true ,
11021096 ipMetadata : {
11031097 ipMetadataURI : "test" ,
11041098 ipMetadataHash : zeroHash ,
@@ -1144,7 +1138,6 @@ describe("IP Asset Functions", () => {
11441138 maxRts : MAX_ROYALTY_TOKEN ,
11451139 maxRevenueShare : 100 ,
11461140 } ,
1147- allowDuplicates : true ,
11481141 ipMetadata : {
11491142 ipMetadataURI : "test" ,
11501143 ipMetadataHash : zeroHash ,
@@ -1211,7 +1204,6 @@ describe("IP Asset Functions", () => {
12111204 maxRts : MAX_ROYALTY_TOKEN ,
12121205 maxRevenueShare : 100 ,
12131206 } ,
1214- allowDuplicates : true ,
12151207 ipMetadata : {
12161208 ipMetadataURI : "test" ,
12171209 ipMetadataHash : zeroHash ,
@@ -1336,7 +1328,6 @@ describe("IP Asset Functions", () => {
13361328 } ,
13371329 } ,
13381330 ] ,
1339- allowDuplicates : true ,
13401331 } ,
13411332 {
13421333 spgNftContract : nftContract ,
@@ -1373,7 +1364,6 @@ describe("IP Asset Functions", () => {
13731364 } ,
13741365 } ,
13751366 ] ,
1376- allowDuplicates : true ,
13771367 } ,
13781368 ] ,
13791369 txOptions : { waitForTransaction : true } ,
@@ -1397,7 +1387,6 @@ describe("IP Asset Functions", () => {
13971387 maxRts : 5 * 10 ** 6 ,
13981388 maxRevenueShare : "0" ,
13991389 } ,
1400- allowDuplicates : true ,
14011390 } ,
14021391 {
14031392 spgNftContract : nftContract ,
@@ -1408,7 +1397,6 @@ describe("IP Asset Functions", () => {
14081397 maxRts : 5 * 10 ** 6 ,
14091398 maxRevenueShare : "0" ,
14101399 } ,
1411- allowDuplicates : true ,
14121400 } ,
14131401 ] ,
14141402 txOptions : { waitForTransaction : true } ,
0 commit comments