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: 301
--> 1fe3d5cea26af2c722ce0c3445bbbd213cbeee3cf7e8dbf0d19d24b49df3eb2c:15:8
|
15 | assert(
16 | txResult.status == EVM.Status.successful,
17 | message: "failed to execute evm transaction: ".concat(txResult.errorCode.toString())
18 | )
| ^