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: assertion failed: failed to execute evm transaction: 302
--> 1d5ffb95e54c7a63c94c449ef939c81004a2f0f0cd29eeb9f4f533c49a7ca617:14:8
|
14 | assert(
15 | result.status == EVM.Status.successful,
16 | message: "failed to execute evm transaction: ".concat(result.errorCode.toString())
17 | )
| ^