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
--> 1e24293b6eae06074fcdd99d8fe4055c6f1fec3f1e2d1a1ffd91c895f1f0cc1d:3:2
|
3 | signer.contracts.update(name: name, code: code.decodeHex())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: mismatching field `openEscrows` in `aiSportsEscrow`
--> 1ecc70921466962c.aiSportsEscrow:19:31
|
19 | access(all) var openEscrows: {UInt64: Bool}
| ^^^^^^^^^^^^^^ incompatible type annotations. expected `[UInt64]`, found `{UInt64: Bool}`
error: found new field `nftType` in `Escrow`
--> 1ecc70921466962c.aiSportsEscrow:57:20
|
57 | access(all) let nftType: Type
| ^^^^^^^