Skip to content

Commit 1059175

Browse files
committed
Bumped deploy
1 parent f1dc274 commit 1059175

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

contracts/deploy/mainnet/166_reset_first_deposit.js renamed to contracts/deploy/mainnet/168_reset_first_deposit.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");
22

33
module.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: "",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");
33

44
module.exports = deploymentWithGovernanceProposal(
55
{
6-
deployName: "167_claim_CVX",
6+
deployName: "169_claim_CVX",
77
forceDeploy: false,
88
// forceSkip: true,
99
reduceQueueTime: true,

0 commit comments

Comments
 (0)