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
--> 377d3b5a6897eaea459f7070cce3d920495f984c4f693061482232a2e508bfa8:4:3
|
4 | signer.contracts.add(name: name, code: code.utf8 )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find declaration `HWGarageCard` in `02e13ff746583694.HWGarageCard`
--> 02e13ff746583694.HWGaragePM:11:7
|
11 | import HWGarageCard from 0x02e13ff746583694
| ^^^^^^^^^^^^ available exported declarations are:
error: cannot find declaration `HWGaragePack` in `02e13ff746583694.HWGaragePack`
--> 02e13ff746583694.HWGaragePM:12:7
|
12 | import HWGaragePack from 0x02e13ff746583694
| ^^^^^^^^^^^^ available exported declarations are:
error: cannot infer type parameter: `T`
--> 02e13ff746583694.HWGaragePM:287:28
|
287 | pack.isInstance(Type<@HWGaragePack.NFT>())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot infer type parameter: `T`
--> 02e13ff746583694.HWGaragePM:307:36
|
307 | airdropToken.isInstance(Type<@HWGaragePack.NFT>())
| ^^^^^^^^^^^^^^^^^^^^^^^^^