Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> a401d420a248251d7973e5b5d694a6dd668c35692009123e91739f546c334ca1:39:25
|
39 | let callResult = self.coa.call(
40 | to: self.recipientEVMAddress,
41 | data: data,
42 | gasLimit: gasLimit,
43 | value: valueBalance
44 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: [Error Code: 1300] evm runtime error: insufficient computation
--> b6763b4399a888c8.EVM:373:12
|
373 | return InternalEVM.call(
374 | from: self.addressBytes,
375 | to: to.bytes,
376 | data: data,
377 | gasLimit: gasLimit,
378 | value: value.attoflow
379 | ) as! Result
| ^^^^^^^^^^^^