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

chore(script): remove PUSH0 warnings for superchain testnets #6322

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

Evalir
Copy link
Member

@Evalir Evalir commented Nov 15, 2023

Motivation

Per the new canyon hard fork, push0 is supported on all superchain testnet networks.

Solution

Remove the warning

(Eventually we should have a better way to add/remove these warnings rather than a static list, but we can think about this later)

@mds1
Copy link
Collaborator

mds1 commented Nov 16, 2023

I think Zora and PGN both have testnets that now would also support Shanghai for the same reason

Comment on lines 72 to +78
static SHANGHAI_ENABLED_CHAINS: &[Chain] = &[
// Ethereum Mainnet
Chain::Mainnet,
// Goerli
Chain::Goerli,
// Sepolia
Chain::Sepolia,
Chain::OptimismGoerli,
Chain::OptimismSepolia,
Chain::BaseGoerli,
Copy link
Member

Choose a reason for hiding this comment

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

we should move this to alloy-chains

@Evalir
Copy link
Member Author

Evalir commented Nov 16, 2023

@mds1 yep, but they aren't on alloy-rs/chains yet—let's add them and move these to the new repo in a follow up

@Evalir Evalir merged commit 2102912 into master Nov 16, 2023
19 checks passed
@Evalir Evalir deleted the evalir/remove-op-warnings branch November 16, 2023 01:27
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.

4 participants