fix(core): preserve multi-chain getClient action typing#5075
Conversation
|
@fuyua9 is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
🦋 Changeset detectedLatest commit: ece6a1d The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 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 |
|
Added a patch changeset for @wagmi/core in ece6a1d so the changeset bot can classify this getClient typing fix for release. Local validation: git diff --check passed. I did not rerun the full type suite here because this follow-up only adds a changeset file and the worktree did not have dependencies installed. |
|
Closing as a duplicate of #5136, which includes the same getClient typing fix with broader coverage. Thanks for the PR! |
Summary
waitForTransactionReceipt(getClient(config), ...)with a multi-chain configGetClientReturnTypeTesting
Closes #3635