titanoboa icon indicating copy to clipboard operation
titanoboa copied to clipboard

Feat/nicknamed deployment

Open PatrickAlphaC opened this issue 1 year ago • 2 comments

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 nickname to contracts

Cute Animal Picture

image

PatrickAlphaC avatar Oct 21 '24 04:10 PatrickAlphaC