titanoboa
titanoboa copied to clipboard
Feat/nicknamed deployment
What I did
made contract_name a parameter when deploying a smart contract
How I did it
contract_name = (
contract_name
if contract_name
else getattr(contract, "contract_name", None)
)
How to verify it
pytest tests/integration/network/anvil -k test_deployment_db
Description for the changelog
- Added
nicknameto contracts