Closed 0xDiscotech closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.94%. Comparing base (
3210a8c
) to head (adad651
). Report is 1 commits behind head on develop.
Github complains about a merge conflict, but local merge with develop
is fine. And I don't have push-access to this branch to add a merge commit. Can you update this, so we can merge into develop
? Thank you!
Description
Rename
L1BlockIsthmus
toL1BlockInterop
for consistency with the upgrade naming. The scope of it is only the Solidity files, there will be another one with the changes on the Golang files because that's how it was asked from reviewers.Tests
I added no tests, but only modified the contracts name so they don' break
Additional context PR with the Golang files renaming changes: https://github.com/ethereum-optimism/optimism/pull/12133