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