File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");
22
33module . exports = deploymentWithGovernanceProposal (
44 {
5- deployName : "166_reset_first_deposit " ,
5+ deployName : "168_reset_first_deposit " ,
66 forceDeploy : false ,
7- // forceSkip: true,
7+ // Skipping as this is run 5 times and doesn't make sense to execute without the validator registrator
8+ // calling stakeEth between each
9+ forceSkip : true ,
810 reduceQueueTime : true ,
911 deployerIsProposer : false ,
1012 proposalId : "" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");
33
44module . exports = deploymentWithGovernanceProposal (
55 {
6- deployName : "167_claim_CVX " ,
6+ deployName : "169_claim_CVX " ,
77 forceDeploy : false ,
88 // forceSkip: true,
99 reduceQueueTime : true ,
You can’t perform that action at this time.
0 commit comments