From eb8cee0d2f63b6a10ce783bce4c050f463db035d Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 2 Aug 2022 23:32:20 +0200 Subject: [PATCH] fix: use correct moonbeam (#1552) --- ethers-core/src/types/chain.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethers-core/src/types/chain.rs b/ethers-core/src/types/chain.rs index 2acc6bf3..794c04aa 100644 --- a/ethers-core/src/types/chain.rs +++ b/ethers-core/src/types/chain.rs @@ -147,8 +147,8 @@ impl TryFrom for Chain { 43113 => Chain::AvalancheFuji, 11155111 => Chain::Sepolia, 1284 => Chain::Moonbeam, - 1281 => Chain::Moonbase, - 1287 => Chain::MoonbeamDev, + 1287 => Chain::Moonbase, + 1281 => Chain::MoonbeamDev, 1285 => Chain::Moonriver, 10 => Chain::Optimism, 69 => Chain::OptimismKovan,