You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a deployed contract to be redeployed. A user might want to deploy a contract before running the test suite, but call for a contract refresh either prior to each test or in a particular test. The user might not want to handle redeploying manually with ContractDeployer.deploy() effectively creating a new account name each time, nor do they want to ContractDeployer.deployWithName() against a static account reference.
The text was updated successfully, but these errors were encountered:
Allow a deployed contract to be redeployed. A user might want to deploy a contract
before
running the test suite, but call for a contract refresh either prior to each test or in a particular test. The user might not want to handle redeploying manually withContractDeployer.deploy()
effectively creating a new account name each time, nor do they want toContractDeployer.deployWithName()
against a static account reference.The text was updated successfully, but these errors were encountered: