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
I attempted to clone this repo and follow the instructions but it throws error on compilation.
return new TSError(diagnosticText, diagnosticCodes, diagnostics);
^
TSError: ⨯ Unable to compile TypeScript:
src/modules/relayer/relayer.service.ts:46:60 - error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"executeRelayCall"' is not assignable to parameter of type '"target"'.
46 const transactionData = lsp6Interface.encodeFunctionData("executeRelayCall", [
~~~~~~~~~~~~~~~~~~
'types/ethers-v5'/LSP6KeyManagerInit.ts:121:3
121 encodeFunctionData(functionFragment: "target", values?: undefined): string;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The last overload is declared here.
The text was updated successfully, but these errors were encountered:
Hey Team,
I attempted to clone this repo and follow the instructions but it throws error on compilation.
The text was updated successfully, but these errors were encountered: