-
Notifications
You must be signed in to change notification settings - Fork 196
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
refactor(common): simplify writeContract/sendTransaction actions #3043
Conversation
🦋 Changeset detectedLatest commit: 5483ba3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
this was landed in viem: wevm/viem#2624 |
actually, this is still useful because we call we won't need this once we refactor this to use the viem nonce manager and can just wrap |
ended up refactoring our approach here, since we can use our nonce manager in the same way the viem one would be used and it cleans up a lot + improves error messages |
workaround until wevm/viem#2624 lands
fixes #3042
before:
after:
(note "module already installed" message, which came from being able to catch the decoded error)