[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `identifiers`
--> 548189ffb791f0b4407574231bc887c1bfe68c7926965149838144b34295830f:36:68
|
36 | let providerLimit = FlowEVMBridgeConfig.onboardFee * UFix64(identifiers.length)
| ^^^^^^^^^^^ not found in this scope
error: invalid control statement: `continue`
--> 548189ffb791f0b4407574231bc887c1bfe68c7926965149838144b34295830f:51:12
|
51 | continue
| ^^^^^^^^ `continue` can only be used within a loop body