From 66b10ec678608bd58979ca5acc95294798ba3a9b Mon Sep 17 00:00:00 2001 From: Mullapudi Pruthvik Date: Thu, 5 Sep 2024 10:09:57 +0530 Subject: [PATCH] fix: package.json Ticket: COIN-1593 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345d923..57efbd2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "test" }, "scripts": { - "deploy-prod": "hardhat run scripts/deployV1FactoryContractsts --network", + "deploy-prod": "hardhat run scripts/deployV1FactoryContracts.ts --network", "deploy-test": "hardhat run scripts/deploy.ts --network", "test": "hardhat test", "coverage": "hardhat coverage",