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: 2157 state: 2158
--> 573a2ecbd2f69ebe7e94fc3d66fb906e51544501a362ecdc7ed916edb307d87d: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 | )
| ^