Skip to content

Commit

Permalink
fix: remove post deploy verify hook
Browse files Browse the repository at this point in the history
we use gemforge for verification now
  • Loading branch information
amarinkovic committed Dec 30, 2024
1 parent ce208d6 commit d314695
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 243 deletions.
2 changes: 1 addition & 1 deletion gemforge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
preBuild: "",
postBuild: "",
preDeploy: "",
postDeploy: "./script/gemforge/verify.js",
postDeploy: "",
},
// Wallets to use for deployment
wallets: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@commitlint/config-conventional": "^18.6.2",
"chalk": "4",
"dotenv": "^16.4.5",
"gemforge": "^2.13.1",
"gemforge": "^2.14.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"viem": "^2.10.5",
Expand Down
Loading

0 comments on commit d314695

Please sign in to comment.