-
Notifications
You must be signed in to change notification settings - Fork 71
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 [email protected], [email protected] and @privy-io/[email protected]. I tried to update the @privy-io/react-auth package to 2.1.0, but it didn't help.
Update: checked with @abstract-foundation/[email protected], [email protected], [email protected] and @privy-io/[email protected]. Still didn't work.

