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 0x59ca61a9A253bf8c9E6059d8c3f9934F947b52cd, tx: 74 state: 75
--> 2c934075fb4795405be28be3b43dca0844e0e702a25af48ef90cf4c029c40a6c: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 | )
| ^