Skip to content

Commit

Permalink
chore: rm commented
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Dec 4, 2023
1 parent e1c026d commit d51e9cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/deployments/contracts/deploy/07_exportAndVerify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import { runCommand } from "../src";
*/
const func: DeployFunction = async (hre: HardhatRuntimeEnvironment): Promise<void> => {
console.log("\n============================= Exporting + Verifying Deployments ===============================");
// await hre.run("export", {
// exportAll: "./deployments.json",
// });
await runCommand("run export");

await hre.run("etherscan-verify", {
Expand Down

0 comments on commit d51e9cf

Please sign in to comment.