Skip to content

Commit

Permalink
feat: add update path in the hh config file
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Feb 6, 2025
1 parent 01a99d4 commit 0903be1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ const config: HardhatUserConfig = {
gasPrice: 80000000000,
deploy: ENABLE_DEPLOY_TEST
? ['./deploy']
: ['./deploy/env', './deploy/new', './deploy/verification'],
: [
'./deploy/env',
'./deploy/new',
'./deploy/verification',
'./deploy/update',
],
},
localhost: {
deploy: ENABLE_DEPLOY_TEST
Expand Down

0 comments on commit 0903be1

Please sign in to comment.