Skip to content

Commit 15940fc

Browse files
9547mattsse
andauthored
typo: EtherScan -> Etherscan (#9607)
Signed-off-by: 9547 <[email protected]> Co-authored-by: Matthias Seitz <[email protected]>
1 parent f7bb427 commit 15940fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/utils/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub async fn parse_function_args<T: Transport + Clone, P: Provider<T, AnyNetwork
5151
get_func(sig)?
5252
} else {
5353
let etherscan_api_key = etherscan_api_key.ok_or_eyre(
54-
"If you wish to fetch function data from EtherScan, please provide an API key.",
54+
"If you wish to fetch function data from Etherscan, please provide an Etherscan API key.",
5555
)?;
5656
let to = to.ok_or_eyre("A 'to' address must be provided to fetch function data.")?;
5757
get_func_etherscan(sig, to, &args, chain, etherscan_api_key).await?

0 commit comments

Comments
 (0)