-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds op-proposer support (#111)
**Description** Adds op-proposer support back in preparation for adding op-challenger support. We need proposer to make proposals to test challenger functionality. The launcher supports a few config params: ``` { "image": "", "extra_params": [], "game_type": 1, "proposal_interval": "10m", } ``` **Changes** * Adds an l2_num param to l2, network participant launchers so we can index into the deployment state to get per-chain addresses * Makes proposer parameters consistent with batcher * Updates proposer to use dispute game factory Signed-off-by: Matthew Slipper <me@matthewslipper.com> Co-authored-by: Matthew Slipper <me@matthewslipper.com>
- Loading branch information
Showing
6 changed files
with
70 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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