Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Dec 7, 2023
1 parent 61540d4 commit ddf3213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deployZkSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ export default async function main() {

/** Deploy Program Factory */
await confirmContinue({
contract: "ProgramFactoryZkZK",
contract: "ProgramFactoryZk",
});

// Deploy the Program Factory contract
// Load the artifact we want to deploy
console.info("Deploying ProgramFactoryZk contract...");
const ProgramFactoryZk = await deployer.loadArtifact("ProgramFactoryZkZK");
const ProgramFactoryZk = await deployer.loadArtifact("ProgramFactoryZk");

// Estimate fee
const programFactoryZkDeploymentFee = await deployer.estimateDeployFee(
Expand Down

0 comments on commit ddf3213

Please sign in to comment.