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 type in this scope: `ScopedFTProviders`
--> 3890ea34f8211b387fcc104f996c05f462313c2861c39ee385abe04129caa6ec:15:25
|
15 | let scopedProvider: @ScopedFTProviders.ScopedFTProvider
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `ScopedFTProviders`
--> 3890ea34f8211b387fcc104f996c05f462313c2861c39ee385abe04129caa6ec:31:29
|
31 | let providerFilter = ScopedFTProviders.AllowanceFilter(FlowEVMBridgeConfig.onboardFee)
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `ScopedFTProviders`
--> 3890ea34f8211b387fcc104f996c05f462313c2861c39ee385abe04129caa6ec:32:31
|
32 | self.scopedProvider <- ScopedFTProviders.createScopedFTProvider(
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type: requires an explicit type annotation
--> 3890ea34f8211b387fcc104f996c05f462313c2861c39ee385abe04129caa6ec:34:21
|
34 | filters: [ providerFilter ],
| ^