Skip to content

Commit

Permalink
change batch number in hardhat deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae committed Oct 10, 2024
1 parent ccd7b1c commit 14aff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/deploy/00_deploy_your_contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
import { Contract } from "ethers";

// Update with your Batch number
const BATCH_NUMBER = "1";
const BATCH_NUMBER = "10";

/**
* Deploys a contract named "deployYourContract" using the deployer account and
Expand Down

0 comments on commit 14aff69

Please sign in to comment.