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: 3192 state: 3193
--> 532d716c83e7115d32ce209eb99c6b837ecb89c5c379b9679d3f60fa0952b35b: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 | )
| ^