Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> ec0bdb1b02430cb091c7a45b3b960224bbd5804d257c6e4445f895580d0d51af:27:12
|
27 | DoodlesWearablesProxy.depositWearablesNFT(
28 | wearablesProvider: self.wearablesProvider,
29 | wearablesIDs: wearablesIDs,
30 | baseAddress: baseAddress
31 | )
| ^
error: panic: Missing Wearables collection
--> e81193c424cfd3fb.DoodlesWearablesProxy:101:64
|
101 | let wearablesCollection = wearablesProvider.borrow() ?? panic("Missing Wearables collection")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^