Skip to content

Commit

Permalink
fix contract address output in task
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 16, 2025
1 parent c3ecd99 commit 5e48b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/nft/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
);
} else {
console.log(`🚀 Successfully deployed "${args.name}" contract on ${network}.
📜 Contract address: ${contract.target}
📜 Contract address: ${contract.address}
`);
}
};
Expand Down

0 comments on commit 5e48b2b

Please sign in to comment.