Skip to content

fix: allow v{major}-devnet-{iteration} in --network#20661

Merged
alexghr merged 1 commit intonextfrom
ag/network-flag
Feb 18, 2026
Merged

fix: allow v{major}-devnet-{iteration} in --network#20661
alexghr merged 1 commit intonextfrom
ag/network-flag

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Feb 18, 2026

I thought we allowed anything in --network now that we have AztecProtocol/networks but that's not the case.

This will have to be backported to v4-devnet-2

@@ -23,6 +24,8 @@ export function getActiveNetworkName(name?: string): NetworkNames {
return 'next-net';
} else if (network === 'devnet') {
return 'devnet';
Copy link
Collaborator

Choose a reason for hiding this comment

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

note that for some values the network-defaults.yml is relevant here, you may want to make sure it still reads the devnet values

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, that's handled in chain_l2_config!

@alexghr alexghr added this pull request to the merge queue Feb 18, 2026
Merged via the queue into next with commit 2f68611 Feb 18, 2026
17 checks passed
@alexghr alexghr deleted the ag/network-flag branch February 18, 2026 21:55
alexghr added a commit that referenced this pull request Feb 20, 2026
Included:
 #20676
 #20654
 #20661

---------

Co-authored-by: Thunkar <5404052+Thunkar@users.noreply.github.com>
Co-authored-by: LeilaWang <5442376+LeilaWang@users.noreply.github.com>
Co-authored-by: Leila Wang <leizciw@gmail.com>
Co-authored-by: Alex Gherghisan <alexghr@users.noreply.github.com>
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.

3 participants