From 924705a2dab852bfbca8dd5577031720807999e8 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 25 Sep 2022 20:10:13 +0200 Subject: [PATCH] chore: format polygon-mumbai as mumbai (#1737) --- ethers-core/src/types/chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-core/src/types/chain.rs b/ethers-core/src/types/chain.rs index 758eabbf..4645b890 100644 --- a/ethers-core/src/types/chain.rs +++ b/ethers-core/src/types/chain.rs @@ -231,7 +231,7 @@ impl fmt::Display for Chain { Chain::Kovan => "kovan", Chain::XDai => "xdai", Chain::Polygon => "polygon", - Chain::PolygonMumbai => "polygon-mumbai", + Chain::PolygonMumbai => "mumbai", Chain::Avalanche => "avalanche", Chain::AvalancheFuji => "fuji", Chain::Sepolia => "sepolia",