Skip to content

Commit

Permalink
Update chains/ethereum/config/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lohann Paterno Coutinho Ferreira <[email protected]>
  • Loading branch information
ManojJiSharma and Lohann authored Jul 29, 2024
1 parent b40d724 commit 1997ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/ethereum/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub fn config(network: &str) -> anyhow::Result<BlockchainConfig> {
// 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),
};
Expand Down

0 comments on commit 1997ee3

Please sign in to comment.