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 6eb6b7b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6eb6b7b

Please sign in to comment.