-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: Optimism Sepolia hardfork #725
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/multichain #725 +/- ##
===================================================
- Coverage 53.51% 53.51% -0.01%
===================================================
Files 236 236
Lines 27743 27742 -1
Branches 27743 27742 -1
===================================================
- Hits 14847 14846 -1
Misses 11977 11977
Partials 919 919 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
This fixes an incorrect chain ID for the OP Sepolia testnet.
It also adds a test. To support this test, I needed to perform a small refactor to expose the
ProviderTestFixture
and make it chain-specific.