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

feat(chain): Add Etherlink Testnet #53

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

lthms
Copy link
Contributor

@lthms lthms commented Mar 8, 2024

👋 this PR is here to add the support for Etherlink Testnet. Etherlink is a layer 2 blockchain EVM compatible with a well-established testnet already.

I’m not totally sure about the contributing guidelines to add new network, so I hope this PR does not come outside of a due process. If it is the case, please don’t hesitate to redirect me in the right direction!

src/named.rs Outdated
@@ -227,6 +227,9 @@ pub enum NamedChain {

#[cfg_attr(feature = "serde", serde(alias = "kakarot-sepolia"))]
KakarotSepolia = 1802203764,

#[cfg_attr(feature = "serde", serde(alias = "kakarot-etherlink-testnet"))]
Copy link
Member

Choose a reason for hiding this comment

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

Is kakarot here right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not at all… 😓 sorry about that, and good catch, thanks!

@lthms lthms force-pushed the add-etherlink-ghostnet branch from aa04586 to 9525b75 Compare March 8, 2024 15:34
@lthms lthms force-pushed the add-etherlink-ghostnet branch from 9525b75 to 1a8f46d Compare March 8, 2024 15:37
Copy link
Member

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

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

Thanks!

@DaniPopes DaniPopes merged commit cff8428 into alloy-rs:main Mar 8, 2024
20 checks passed
@lthms
Copy link
Contributor Author

lthms commented Mar 9, 2024

Thanks for the quick merge!

Out of curiosity, am I right to assume that now that this PR will be merged, then tool like Foundry will be able to send EIP 1559 transactions to Etherlink testnet with the next release?

mattsse added a commit that referenced this pull request Aug 12, 2024
Following #53, this PR adds the support for Etherlink Mainnet.

Thanks!

---------

Co-authored-by: Matthias Seitz <[email protected]>
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