make changes needed for private (local) network creation#22
Merged
ClaytonNorthey92 merged 1 commit intohemifrom Jul 14, 2025
Merged
make changes needed for private (local) network creation#22ClaytonNorthey92 merged 1 commit intohemifrom
ClaytonNorthey92 merged 1 commit intohemifrom
Conversation
there were a few changes that were needed to create a private, local network (i.e. localnet for our use case). these include: * correcting a few submodule commit hashes that were done wrong with the last upstream pull, ensure they match that release (this one is on me) * ensure that op-deployer recognizes our "localnet" network id (1337) when setting defaults * dump the l1 genesis allocs to a file when the "deployment strategy" == "genesis", this is later used for the l1 genesis file and prefunding addresses * don't allow optimism to "overwrite" context deadlines during tests, as testing steps can take longer than their hard-coded timeouts
marcopeereboom
approved these changes
Jul 14, 2025
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.
there were a few changes that were needed to create a private, local network (i.e. localnet for our use case).
these include: