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: 2028 state: 2029
--> e808f286a8dbee86b29c76068af8c057d60b945ebdf525d83f613111ab205440: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 | )
| ^