-
-
Notifications
You must be signed in to change notification settings - Fork 959
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
Fix estimateContractGas' error docsPath #991
Conversation
|
@norswap is attempting to deploy a commit to the wagmi Team on Vercel. A member of the Team first needs to authorize it. |
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.
Can you add a changeset with pnpm changeset
? Then looks good.
Done 👍 |
Codecov Report
@@ Coverage Diff @@
## main #991 +/- ##
===========================================
- Coverage 99.85% 85.44% -14.42%
===========================================
Files 215 246 +31
Lines 12600 25010 +12410
Branches 1355 1346 -9
===========================================
+ Hits 12582 21370 +8788
- Misses 17 3615 +3598
- Partials 1 25 +24
|
Will also need to update snapshots in the test file. Can do this when I get to a computer if you don’t want to go through the ceremony of setting up your environment and running the test suite. https://github.com/wagmi-dev/viem/blob/main/.github/CONTRIBUTING.md#running-the-test-suite |
Fixed via #1000 (your commit is preserved). Messed up this remote branch lol. Thanks! |
PR-Codex overview
This PR focuses on removing an unused import and updating the storage keys in the
call
method.Detailed summary
getAccount
fromviem
call
method