diff --git a/libs/web3/src/lib/use-ethereum-transaction.ts b/libs/web3/src/lib/use-ethereum-transaction.ts index af23a958a..9e02f66de 100644 --- a/libs/web3/src/lib/use-ethereum-transaction.ts +++ b/libs/web3/src/lib/use-ethereum-transaction.ts @@ -51,7 +51,7 @@ export const useEthereumTransaction = < }, []); const perform = useCallback( - // @ts-ignore TS errors here as TMethod doesn't satisify the constraints on TContract + // @ts-ignore TS errors here as TMethod doesn't satisfy the constraints on TContract // its a tricky one to fix but does enforce the correct types when calling perform async (...args: Parameters) => { try {