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