Merged
Conversation
47c82b3 to
990f517
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
e6b8421 to
1017c1a
Compare
1017c1a to
9f32f74
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 the packages will be published to npm 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.40.0
Minor Changes
#4098
003b231361f223487aa3e6a67a1e5258e8fe758bThanks @jxom! - Hooked upeth_fillTransactionrouting toprepareTransactionRequest, to reduce the RPC calls required to prepare a local transaction from 3-4, to 1 (ifeth_fillTransactionis supported by the execution node).#4098
003b231361f223487aa3e6a67a1e5258e8fe758bThanks @jxom! - AddedfillTransactionaction foreth_fillTransactionsupport.Patch Changes
#4069
b46fbe33a45faa9c645fddadfd59d7660b12615cThanks @bearpong! - Addedurlproperty to request errors.#4109
40132ab1a9dc4583685b7e1a77368cad953f917dThanks @keone! - Updated Monad block explorer URL and added WebSocket URLs, Multicall3 contract, second block explorer, and second RPC URL.#4110
90ada93230446875bd2ada289f2b83f4d3a58816Thanks @ikautak! - Addedpassphraseoption tomnemonicToAccount.