From 968ba197efb2cbdb140b3fd6ad1fdae73e1585bb Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Tue, 21 May 2024 16:08:50 +1200 Subject: [PATCH] fix: contract deploy command --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index 197b3a99..e11d360f 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -7,7 +7,7 @@ "clean": "npx hardhat clean", "test": "npx hardhat test", "compile": "npx hardhat compile", - "deploy": "npx hardhat run scripts/deploy.ts" + "deploy": "npx hardhat run --network immutableZkevmTestnet scripts/deploy.ts" }, "author": "Immutable", "license": "MIT",