Whoops! π¨ Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot deploy invalid contract
--> ca1b8412eebd8551644ce58e07c00ecae4091b70e49a98515e0ff38712b9322a:90:4
|
90 | deployer.contracts.add(
91 | name: contractName,
92 | code: contractCode.decodeHex(),
93 | _name: collectionName,
94 | _description: description,
95 | _imagePath: imagePath,
96 | _bannerImagePath: bannerImagePath,
97 | _minting: minting,
98 | _royalty: royaltyInfo,
99 | _price: price,
100 | _paymentType: paymentType,
101 | _ipfsCID: ipfsCID,
102 | _lotteryBuying: lotteryBuying,
103 | _socials: socialsStruct,
104 | _mintVerifiers: mintVerifiers
105 | )
| ^
error: expected token '{'
--> 8b988d0ce5d25a8c.TouchstoneMeLImELo.OG:11:31
|
11 | pub contract TouchstoneMeLImELo.OG: NonFungibleToken {
| ^