Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
chore: address my pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 17, 2022
1 parent 04abd78 commit 8010282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ape_starknet/accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def contract_type(self) -> Optional[ContractType]:

contract_type = self.chain_manager.contracts.get(self.contract_address)
if not contract_type:
raise AccountsError(f"Account '{self.contract_address}' is was expected but not found.")
raise AccountsError(f"Account '{self.contract_address}' was expected but not found.")

return contract_type

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"click>=8.1.0,<8.2",
"hexbytes>=0.2.2,<0.3",
"pydantic>=1.9.0,<2.0",
"eth-ape==0.2.8",
"eth-ape>=0.2.8,<0.3.0",
"ethpm-types", # Use same as `eth-ape`.
"starknet.py>=0.3.2a0,<0.4",
"starknet-devnet>=0.2.3,<0.3",
Expand Down

0 comments on commit 8010282

Please sign in to comment.