Closed Wodann closed 3 weeks ago
Latest commit: d70a925f6215937039d78e603ed8677994370a41
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Please upload report for BASE (
feat/multichain@70e0111
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/edr_optimism/src/transaction/request.rs | 0.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes a merge error resulting in latest chain ID always being used for
eth_call
instead of using the chain ID at the block number.