You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the step yarn build it results in the following error (on both acala & karura) :
$ subql build
› Error: [tsl] ERROR in $HOME/subql-dictionary/karura/src/mappings/mappingHandlers.ts(122,5)
› TS2322: Type 'SubstrateEvent<AnyTuple>' is not assignable to type 'SubstrateEvent<AcalaEvmDatasource>'.
› Type 'Codec[]' is missing the following properties from type 'SubstrateCustomDatasource<"substrate/AcalaEvm", SubstrateNetworkFilter, SubstrateMapping<SubstrateCustomHandler<string, Record<string, unknown>>>,
› AcalaEvmProcessorOptions>': kind, assets, processor, mapping
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.```
The text was updated successfully, but these errors were encountered:
When running the step
yarn build
it results in the following error (on both acala & karura) :The text was updated successfully, but these errors were encountered: