-
Notifications
You must be signed in to change notification settings - Fork 71
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
Conversation
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"))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is kakarot here right?
There was a problem hiding this comment.
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!
aa04586
to
9525b75
Compare
9525b75
to
1a8f46d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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? |
Following #53, this PR adds the support for Etherlink Mainnet. Thanks! --------- Co-authored-by: Matthias Seitz <[email protected]>
👋 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!