diff --git a/packages/hardhat/deploy/00_deploy_your_contract.ts b/packages/hardhat/deploy/00_deploy_your_contract.ts index 55945f1..a7472e4 100644 --- a/packages/hardhat/deploy/00_deploy_your_contract.ts +++ b/packages/hardhat/deploy/00_deploy_your_contract.ts @@ -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