Skip to content

Commit

Permalink
(deploy) fix: Duplicated MODE logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jan 21, 2025
1 parent a9409e0 commit 9fa394f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/utils/deploy-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ export async function main() {
Deploying Liquity contracts with the following settings:
CHAIN_ID: ${options.chainId}
MODE: ${options.mode}
DEPLOYER (address): ${deployerAddress}
DEPLOYMENT_MODE: ${options.mode}
DEPLOYER (address): ${deployerAddress}
SALT: ${options.salt ? options.salt : chalk.yellow("block.timestamp will be used !!")}
ETHERSCAN_API_KEY: ${options.etherscanApiKey && "(secret)"}
LEDGER_PATH: ${options.ledgerPath}
Expand Down

0 comments on commit 9fa394f

Please sign in to comment.