Skip to content

Commit

Permalink
foundry: remove deploy:verify from base package.json (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Dec 30, 2024
1 parent b4dbf8e commit 5d85956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/little-onions-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

foundry: remove deploy:verify from base package.json
1 change: 0 additions & 1 deletion templates/solidity-frameworks/foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"chain": "yarn foundry:chain",
"compile": "yarn foundry:compile",
"deploy": "yarn foundry:deploy",
"deploy:verify": "yarn foundry:deploy-verify",
"fork": "yarn foundry:fork",
"format": "yarn next:format && yarn foundry:format",
"foundry:account": "yarn workspace @se-2/foundry account",
Expand Down

0 comments on commit 5d85956

Please sign in to comment.