We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed86c commit 31d9330Copy full SHA for 31d9330
src/ape/api/accounts.py
@@ -354,7 +354,7 @@ def deploy(
354
raise TypeError(
355
"contract argument must be a ContractContainer type, "
356
"such as 'project.MyContract' where 'MyContract' is the name of "
357
- "a contract in your project."
+ f"a contract in your project. Got type={type(contract)}"
358
)
359
360
bytecode = contract.contract_type.deployment_bytecode
0 commit comments