chore: version package#4906
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 08:06
cc487a6 to
2e46988
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
viem@2.55.10
Patch Changes
#4873
ccdf9a02c14d569bfde9cd1840bea59548f798cfThanks @decofe! - AddedAddresses.validatorV2for the Tempo Validator Config V2 precompile.#4856
109ef0f8af627131dfb055e99bf43ec06625199aThanks @ibruno! - Updated Polygon Amoy's deprecated default RPC URL.#4900
3b78e9b78f8052da0ed20be6264c35e39e7f62f9Thanks @cristianizzo! - FixedformatUserOperationRequestencoding an EIP-7702 authorizationyParityof0as a 32-byte zero value instead of0x00.#4846
0e6c671284aa9530142ccb3b17f697807b423890Thanks @m4ttw4n! - Updated EDU Chain and EDU Chain Testnet RPC URLs, block explorer URLs, and added multicall3 contract to EDU Chain mainnet#4861
31f47493a18f9699d0c2d3d78ad09204a870c8fdThanks @wriches! - Updated 0G Testnet native currency to0Gand 0G explorer names, per ethereum-lists/chains.#4862
e5a4ac4e96859f3aaad1eab8dde67ef584917b22Thanks @Kropiunig! - FixedestimateFeesPerGas(andfillTransaction) rounding the base fee multiplier up viaMath.ceil, which overshot the intended value for multipliers such as1.09(applied as1.1) due to floating-point error. The multiplier is now recovered withMath.round.#4903
a20fc674487d32640c1ea5b1422e2fddc53f7723Thanks @nishant-uxs! - Fixed missing{"type":"module"}marker in the emitted_types/folder so declaration files resolve correctly under TypeScriptnodenext.