-
Notifications
You must be signed in to change notification settings - Fork 62
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
Updates Mantle + Mantle Testnet configuration #74
Conversation
we also need to update the test runner to 1.70 |
MantleTestnet = 5001, | ||
#[strum(to_string = "mantle-sepolia")] | ||
#[cfg_attr(feature = "serde", serde(alias = "mantle-sepolia"))] | ||
MantleSepolia = 5003, |
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.
please keep the old variant name and add aliases to avoid breaking changes
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.
It is a bit confusing because the Mantle Testnet
was 5001
and the new Mantle Sepolia Testnet
is 5003
see: https://chainlist.org/?search=mantle&testnets=true
Decided to add back MantleTestnet
for backwards compatibility with Mantle Sepolia Testnet
being distinct
Mantle Testnet
is deprecated however
Update
Mantle
to be EIP-1559 compliant, updateMantleTestnet
(deprecated) toMantleSepolia
, see: https://www.mantle.xyz/blog/announcements/mantle-completes-mainnet-v2-tectonic-upgrade + https://www.mantle.xyz/blog/announcements/mantle-v2-sepolia-testnet-now-liveRelated: foundry-rs/foundry#8553 (comment)
Also closes: gakonst/ethers-rs#2803