diff --git a/offchain/web3/contract_caller.py b/offchain/web3/contract_caller.py index 903ad3f..81f6521 100644 --- a/offchain/web3/contract_caller.py +++ b/offchain/web3/contract_caller.py @@ -53,7 +53,7 @@ def single_address_many_fns_many_args( block_tag: Optional[str] = "latest", chunk_size: int = CHUNK_SIZE, ) -> dict[str, Optional[Any]]: - """Call many functions on a single addresses with differnt arguments per function + """Call many functions on a single addresses with different arguments per function Args: address (str): address to call function on