Conversation
066925c to
0fee0ad
Compare
5defb60 to
509067c
Compare
509067c to
786a102
Compare
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description `op-alloy` crate release `0.18.0` artifacts.
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 master, this PR will be updated.
Releases
@eth-optimism/contracts@0.2.6
Patch Changes
Abs_L1TokenGateway.DEFAULT_FINALIZE_DEPOSIT_L2_GASfrom a storage var to an internal constant.Additionally, make some bridge functions virtual so they could be overriden in child contracts.
@eth-optimism/core-utils@0.3.1
Patch Changes
@eth-optimism/hardhat-ovm@0.0.3
Patch Changes
@eth-optimism/batch-submitter@0.2.0
Minor Changes
Patch Changes
@eth-optimism/l2geth@0.2.4
Patch Changes
@eth-optimism/data-transport-layer@0.2.1
Patch Changes
The config option
default-backendcan be used to specify the backend to beused if the query param is not specified. This allows it to be backwards
compatible with how the DTL was previously used.