feat(devnet): configure op-rpc2 with l2-follow mode#130
Open
feat(devnet): configure op-rpc2 with l2-follow mode#130
Conversation
Switch op-rpc2's op-node from standard L1-connected mode to l2-follow mode, removing both L1 EL and L1 Beacon dependencies. op-rpc2 now follows op-rpc's op-node instead of deriving from L1 directly. Flags added: --l1.beacon.ignore --l2.follow.source=http://op-rpc:9545 --l2.follow.source.skip-l1-check Expected behavior: pending_safe_l2 will be 0 (no derivation pipeline).
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.
Switch op-rpc2's op-node from standard L1-connected mode to l2-follow mode, removing both L1 EL and L1 Beacon dependencies. op-rpc2 now follows op-rpc's op-node instead of deriving from L1 directly.
Flags added:
--l1.beacon.ignore
--l2.follow.source=http://op-rpc:9545
--l2.follow.source.skip-l1-check
Expected behavior: pending_safe_l2 will be 0 (no derivation pipeline).