-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Hi! I have a breaking behavior in version 1.4.0. For some reason after these two commits (one, two), when I try to call a writeContract method from the useAbstractClient hook, I get an error: "Unsupported request: privy_sendSmartWalletTx".I also use AbstractPrivyProvider.
I see that in these commits there is a isPrivyCrossApp parameter, maybe I should pass it somewhere now?
Do you have any idea what the problem is? In 1.3.0 this working well. It was last version before 1.4.0.
I use wagmi@2.14.9, viem@2.22.17 and @privy-io/react-auth@1.97.0. I tried to update the @privy-io/react-auth package to 2.1.0, but it didn't help.
Update: checked with @abstract-foundation/agw-react@1.9.0, wagmi@2.16.9, viem@2.37.3 and @privy-io/react-auth@2.24.0. Still didn't work.

