-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
bump viem #139
bump viem #139
Conversation
af17e1f
to
0c4e009
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
81ac229
to
a5a2843
Compare
@@ -114,7 +114,7 @@ export default function Home() { | |||
}); | |||
|
|||
const viemClient = createWalletClient({ | |||
account: viemAccount, | |||
account: viemAccount as Account, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note to self: do this in our separate repo https://github.com/tkhq/demo-viem-passkeys once this is version bump is released
Summary & Motivation
How I Tested These Changes