[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: error getting program b6763b4399a888c8.EVM: failed to derive value: load program failed: Checking failed: error: mismatched types --> b6763b4399a888c8.EVM:300:37 --> b6763b4399a888c8.EVM error: cannot find variable in this scope: `EVM` --> 0941181216db75b4ab9da80eb012ea68479704fa5953287e4b9727b184b8c52f:21:19 | 21 | let coa <- EVM.createCadenceOwnedAccount() | ^^^ not found in this scope error: cannot find type in this scope: `EVM` --> 0941181216db75b4ab9da80eb012ea68479704fa5953287e4b9727b184b8c52f:27:32 | 27 | self.auth.storage.save<@EVM.CadenceOwnedAccount>(<-coa, to: storagePath) | ^^^ not found in this scope error: cannot find type in this scope: `EVM` --> 0941181216db75b4ab9da80eb012ea68479704fa5953287e4b9727b184b8c52f:28:67 | 28 | let addressableCap = self.auth.capabilities.storage.issue<&EVM.CadenceOwnedAccount>(storagePath) | ^^^ not found in this scope error: cannot infer type parameter: `T` --> 0941181216db75b4ab9da80eb012ea68479704fa5953287e4b9727b184b8c52f:28:29 | 28 | let addressableCap = self.auth.capabilities.storage.issue<&EVM.CadenceOwnedAccount>(storagePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!