From 1997ee3c4fcff2736511e7b9b8202df9b16fbd16 Mon Sep 17 00:00:00 2001 From: Manoj Sharma <87001470+ManojJiSharma@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:25:18 +0530 Subject: [PATCH] Update chains/ethereum/config/src/lib.rs Co-authored-by: Lohann Paterno Coutinho Ferreira --- chains/ethereum/config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/ethereum/config/src/lib.rs b/chains/ethereum/config/src/lib.rs index f2aa0699..c908400a 100644 --- a/chains/ethereum/config/src/lib.rs +++ b/chains/ethereum/config/src/lib.rs @@ -276,7 +276,7 @@ pub fn config(network: &str) -> anyhow::Result { // Binance "binance-dev" => return binance_config("dev"), "binance" => return binance_config("mainnet"), - "Testnet" => return binance_config("testnet"), + "testnet" => return binance_config("testnet"), network => return astar_config(network), };