Skip to content

Commit

Permalink
update holesky multisig for withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Oct 11, 2024
1 parent ba6cd48 commit b9dbf95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/Actors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ contract ActorAddresses {
// TODO: replace with concrete deployment
YNTokenStakingNodeOperator: 0x2234567890123456789012345678901234567890,
ynETHWithdrawalsWallets: YnETHWithdrawalsWallets({
YNStakingNodesWithdrawer: 0x96B7B4d05595131301203aFaB7250a38B07cDEe2,
// Same multisig for all 3 roles
YNStakingNodesWithdrawer: 0x0e36E2bCD71059E02822DFE52cBa900730b07c07,
YNWithdrawalManager: 0x0e36E2bCD71059E02822DFE52cBa900730b07c07,
YNRequestFinalizer: 0x530F6057e93b54Ec39D6472DA75712db2178780C
YNRequestFinalizer: 0x0e36E2bCD71059E02822DFE52cBa900730b07c07
})
});
actors[17000] = Actors({
Expand Down

0 comments on commit b9dbf95

Please sign in to comment.