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 7f4dc30 commit f377650Copy full SHA for f377650
cli/commands/deploy.ts
@@ -16,8 +16,6 @@ export const deploy = async (cli: CLIEnvironment, cliArgs: CLIArgs): Promise<voi
16
const deployType = cliArgs.type
17
const buildAcceptProxyTx = cliArgs.buildTx
18
19
- logger.info(`Deploying contract ${contractName}...`)
20
-
21
// Deploy contract
22
const contractArgs = initArgs ? initArgs.split(',') : []
23
switch (deployType) {
0 commit comments