Skip to content
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

op-deployer: Fix init bug #12230

Merged
merged 1 commit into from
Oct 1, 2024
Merged

op-deployer: Fix init bug #12230

merged 1 commit into from
Oct 1, 2024

Conversation

mslipper
Copy link
Collaborator

@mslipper mslipper commented Oct 1, 2024

The array was being appended to, but it was already a fixed length. This cause an empty chain to be added during init.

- The array was being appended to, but it was already a fixed length. This cause an empty chain to be added during `init`.
- The outdir will now be created if it does not exist and is not a file
- Hardcodes the contract artifacts to a good URL
Copy link
Contributor

@blmalone blmalone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mslipper mslipper added this pull request to the merge queue Oct 1, 2024
Merged via the queue into develop with commit 8a7db41 Oct 1, 2024
59 checks passed
@mslipper mslipper deleted the bugfix/deployer-init branch October 1, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants