We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createKernelAccountClient
Client
This doesn't compile. Shouldn't this be compatible?
import { Client } from "viem"; import { createKernelAccountClient } from "@zerodev/sdk"; const client: Client = createKernelAccountClient({...});
The text was updated successfully, but these errors were encountered:
I'd say so. At least according to the docs it says:
Since the Kernel account client implements Viem's wallet client interface, you can send UserOps with standard Viem methods.
Sorry, something went wrong.
@johanneskares any chance you're instantiating it with an OP stack chain? If so, this may be relevant: wevm/viem#1784 wevm/viem#2282 (comment)
No branches or pull requests
This doesn't compile. Shouldn't this be compatible?
The text was updated successfully, but these errors were encountered: