Whoops! 😨 Something unexpected happened...
[Error Code: 1054] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: [Error Code: 1054] location (ScopedFTProviders) is not a valid location: expecting an AddressLocation, but other location types are passed
--> ScopedFTProviders
error: cannot find variable in this scope: `ScopedFTProviders`
--> 2c449a565c1b225525e5b284d76485b47ca2dca4a2dd7c5509cba2d35fa954d4:37:33
|
37 | let providerFilter = ScopedFTProviders.AllowanceFilter(FlowEVMBridgeConfig.onboardFee)
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `ScopedFTProviders`
--> 2c449a565c1b225525e5b284d76485b47ca2dca4a2dd7c5509cba2d35fa954d4:38:34
|
38 | let scopedProvider <- ScopedFTProviders.createScopedFTProvider(
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type: requires an explicit type annotation
--> 2c449a565c1b225525e5b284d76485b47ca2dca4a2dd7c5509cba2d35fa954d4:40:25
|
40 | filters: [ providerFilter ],
| ^