Skip to content

Commit

Permalink
fix: contract deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 21, 2024
1 parent a6b6c3d commit 968ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 968ba19

Please sign in to comment.