I'm using blueprint to deploy this contract cause there no terminal command to deploy them thats why i use blueprint
So when I want to deploy i run npx blueprint build then I run npx blueprint run here i got problem it say i didnt enter the data like
scripts/deployCollectionExotic.ts:6:78 - error TS2345: Argument of type '{}' is not assignable to parameter of type 'CollectionConfig'.
Type '{}' is missing the following properties from type 'CollectionConfig': root, depth, itemCode, owner, and 4 more.
const collectionExotic = provider.open(CollectionExotic.createFromConfig({}, await compile('CollectionExotic')));
### so let me know where can I add data of cNFT item or collection any help? Pls as soon as possible
I'm using blueprint to deploy this contract cause there no terminal command to deploy them thats why i use blueprint
So when I want to deploy i run npx blueprint build then I run npx blueprint run here i got problem it say i didnt enter the data like
### so let me know where can I add data of cNFT item or collection any help? Pls as soon as possible