From c33d0f0969c477b7977644555eb8b1f5c995ba45 Mon Sep 17 00:00:00 2001 From: Mullapudi Pruthvik Date: Wed, 28 Aug 2024 16:19:21 +0530 Subject: [PATCH] feat(deploy): v1 contracts on arb sepolia Ticket: COIN-1593 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53fac50..b0d6257 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "test": "test" }, "scripts": { - "deploy-prod": "hardhat run scripts/deploy.ts --network", - "deploy-test": "hardhat run scripts/deploy.ts --network", + "deploy-prod": "hardhat run scripts/deployV1FactoryContracts.ts --network", + "deploy-test": "hardhat run scripts/deployV1FactoryContracts.ts --network", "test": "hardhat test", "coverage": "hardhat coverage", "solhint": "./node_modules/.bin/solhint --fix 'contracts/**/*.sol'",