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
--> 2f553574595a2b9cc835c1de9cf2ee6c15bb8f4859315df46f2daea7de38102c:3:2
|
3 | signer.contracts.update(name: name, code: code.decodeHex())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: found new field `CollectionStoragePath` in `aiSportsMinter`
--> cd4eab2ffc5cfde4.aiSportsMinter:21:20
|
21 | access(all) let CollectionStoragePath: StoragePath
| ^^^^^^^^^^^^^^^^^^^^^
error: found new field `CollectionPublicPath` in `aiSportsMinter`
--> cd4eab2ffc5cfde4.aiSportsMinter:22:20
|
22 | access(all) let CollectionPublicPath: PublicPath
| ^^^^^^^^^^^^^^^^^^^^
error: conformances does not match in `NFT`
--> cd4eab2ffc5cfde4.aiSportsMinter:30:23
|
30 | access(all) resource NFT: NonFungibleToken.NFT {
| ^^^
error: mismatching field `ownedNFTs` in `Collection`
--> cd4eab2ffc5cfde4.aiSportsMinter:173:31
|
173 | access(all) var ownedNFTs: @{UInt64: {NonFungibleToken.NFT}}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ incompatible type annotations. expected `aiSportsMinter.NFT`, found `{NonFungibleToken.NFT}`