Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> b38d1785369ec65479c05137f439d8b5d94994e9e62aa052ac52b7aa80cf4cd2: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")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^