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",