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: evm_error=nonce too low: address 0xbE97E5c06b8B27445621776A5c97fB58af8Ffb72, tx: 778 state: 779
--> 71e9055f2dc2b732695dcd966f844ba0f2f41ef2d385925f4f247919959ce2b6:17:8
|
17 | assert(
18 | txResult.status == EVM.Status.failed || txResult.status == EVM.Status.successful,
19 | message: "evm_error=".concat(txResult.errorMessage).concat("\n")
20 | )
| ^