Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Feb 24, 2025
1 parent ae594fa commit f7af068
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 @@ -6,7 +6,7 @@
"scripts": {
"deploy": "rm -rf deployments/hardhat && npx hardhat deploy",
"deploy:mainnet": "npx hardhat deploy --network mainnet --verbose",
"deploy:arbitrum": "npx hardhat deploy --network arbitrumOne --tags arbitrumOne --verbose",
"deploy:arbitrum": "NETWORK_NAME=arbitrumOne npx hardhat deploy --network arbitrumOne --tags arbitrumOne --verbose",
"deploy:holesky": "NETWORK_NAME=holesky npx hardhat deploy --network holesky --verbose",
"deploy:base": "NETWORK_NAME=base npx hardhat deploy --network base --verbose",
"deploy:sonic": "NETWORK_NAME=sonic npx hardhat deploy --network sonic --verbose",
Expand Down

0 comments on commit f7af068

Please sign in to comment.