Skip to content

Commit

Permalink
fix (hardhat): crush previous deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vblackwhale committed Dec 18, 2024
1 parent a6f3232 commit a369c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start",
"lint": "next lint",
"compile": "npx hardhat compile",
"deploy:fork": "hardhat deploy --network hardhat",
"deploy:fork-base": "cross-env HARDHAT_FORK_TARGET=base hardhat deploy --network hardhat",
"deploy:base": "hardhat deploy --network base",
"deploy:fork": "hardhat deploy --reset --network base",
"deploy:fork-base": "cross-env HARDHAT_FORK_TARGET=base hardhat deploy --reset --network hardhat",
"deploy:base": "hardhat deploy --reset --network base",
"verify:base": "hardhat verify-deploys --chain base --network base",
"cc:test": "forge test -vvv --use 0.8.18",
"cc:coverage": "bash scripts/coverage.sh",
Expand Down

0 comments on commit a369c2f

Please sign in to comment.