-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy latest Native Staking Strategy to Holesky (#2073)
* Deployed new NativeStakingSSVStrategy * Generated latest Native Staking Strategy diagrams
- Loading branch information
1 parent
638bf30
commit b4e9c3f
Showing
8 changed files
with
1,004 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
const { upgradeNativeStakingSSVStrategy } = require("../deployActions"); | ||
|
||
const mainExport = async () => { | ||
console.log("Running 009 deployment on Holesky..."); | ||
|
||
console.log("Upgrading native staking strategy"); | ||
await upgradeNativeStakingSSVStrategy(); | ||
|
||
console.log("Running 009 deployment done"); | ||
return true; | ||
}; | ||
|
||
mainExport.id = "009_upgrade_strategy"; | ||
mainExport.tags = []; | ||
mainExport.dependencies = []; | ||
mainExport.skip = () => false; | ||
|
||
module.exports = mainExport; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
180 changes: 126 additions & 54 deletions
180
contracts/deployments/holesky/NativeStakingSSVStrategy.json
Large diffs are not rendered by default.
Oops, something went wrong.
689 changes: 689 additions & 0 deletions
689
contracts/deployments/holesky/solcInputs/279a9fe8a2da81dca55abd3c6ec521f8.json
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters