-
Notifications
You must be signed in to change notification settings - Fork 167
chore: update refs to viem 2.20 to 2.26 #1514
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
🌿 Documentation Preview
|
probably should update the peer deps specified the packages to the same version: aa-sdk/account-kit/core/package.json Line 65 in f9293b2
as well as the dev dep for the monorepo: Line 83 in f9293b2
|
a9f777f
to
97513fa
Compare
13415b9
to
4e558db
Compare
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)Updates viem version referenced in docs.
PR-Codex overview
This PR primarily updates the version of the
viem
package from2.22.6
to2.26.0
across various files and adjusts related documentation accordingly. It also includes minor code changes in thedefault
middleware andlocal-account
signer.Detailed summary
viem
version inpackage.json
andyarn.lock
.viem
version update in multiple.mdx
files.contractAddress
toaddress
insigner.signAuthorization
call in7702signer.ts
.Authorization
method inlocal-account.ts
to usesignAuthorization
.