Skip to content

Commit

Permalink
re-deploy holesky native staking strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed May 3, 2024
1 parent 0249e53 commit edbfa60
Show file tree
Hide file tree
Showing 4 changed files with 782 additions and 154 deletions.
18 changes: 18 additions & 0 deletions contracts/deploy/holesky/004_upgrade_strategy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const { upgradeNativeStakingSSVStrategy } = require("../deployActions");

const mainExport = async () => {
console.log("Running 004 deployment on Holesky...");

console.log("Upgrading native staking strategy");
await upgradeNativeStakingSSVStrategy();

console.log("Running 004 deployment done");
return true;
};

mainExport.id = "004_upgrade_strategy";
mainExport.tags = [];
mainExport.dependencies = [];
mainExport.skip = () => false;

module.exports = mainExport;
3 changes: 2 additions & 1 deletion contracts/deployments/holesky/.migrations.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"001_core": 1714168010,
"002_upgrade_strategy": 1714233842,
"003_deposit_to_native_strategy": 1714307581
"003_deposit_to_native_strategy": 1714307581,
"004_upgrade_strategy": 1714761605
}
241 changes: 88 additions & 153 deletions contracts/deployments/holesky/NativeStakingSSVStrategy.json

Large diffs are not rendered by default.

Loading

0 comments on commit edbfa60

Please sign in to comment.