Skip to content
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

Merged
merged 6 commits into from
Oct 18, 2023
Merged

bump viem #139

merged 6 commits into from
Oct 18, 2023

Conversation

andrewkmin
Copy link
Collaborator

@andrewkmin andrewkmin commented Oct 18, 2023

Summary & Motivation

  • brings in upstream fix: wevm/viem@36ec87d
  • add some private key checks to examples
  • add new contracts sample script

How I Tested These Changes

  • unit
  • examples

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 18, 2023

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.

@andrewkmin andrewkmin requested a review from r-n-o October 18, 2023 16:38
@@ -114,7 +114,7 @@ export default function Home() {
});

const viemClient = createWalletClient({
account: viemAccount,
account: viemAccount as Account,
Copy link
Collaborator Author

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

@andrewkmin andrewkmin merged commit 405b410 into main Oct 18, 2023
3 checks passed
@andrewkmin andrewkmin deleted the andrew/bump-viem branch October 18, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants