Skip to content

Commit

Permalink
remove argument for deploying pixelCanva in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae committed Dec 17, 2024
1 parent 890ec2f commit be9b9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hardhat/deploy/00_deploy_your_contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const deployYourContract: DeployFunction = async function (hre: HardhatRuntimeEn

await deploy("PixelCanvas", {
from: deployer,
args: [deployer], // Added deployer as an argument similar to BatchRegistry
log: true,
// autoMine: can be passed to the deploy function to make the deployment process faster on local networks by
// automatically mining the contract deployment transaction. There is no effect on live networks.
Expand Down

0 comments on commit be9b9c8

Please sign in to comment.