Skip to content

Commit

Permalink
typo: EtherScan -> Etherscan (#9607)
Browse files Browse the repository at this point in the history
Signed-off-by: 9547 <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
9547 and mattsse authored Jan 3, 2025
1 parent f7bb427 commit 15940fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/utils/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub async fn parse_function_args<T: Transport + Clone, P: Provider<T, AnyNetwork
get_func(sig)?
} else {
let etherscan_api_key = etherscan_api_key.ok_or_eyre(
"If you wish to fetch function data from EtherScan, please provide an API key.",
"If you wish to fetch function data from Etherscan, please provide an Etherscan API key.",
)?;
let to = to.ok_or_eyre("A 'to' address must be provided to fetch function data.")?;
get_func_etherscan(sig, to, &args, chain, etherscan_api_key).await?
Expand Down

0 comments on commit 15940fc

Please sign in to comment.