Skip to content

Commit

Permalink
Merge pull request #165 from Layr-Labs/jb/update-to-holesky-testnet
Browse files Browse the repository at this point in the history
[1.0.1] Update slashing to holesky testnet
  • Loading branch information
jbrower95 authored Dec 19, 2024
2 parents 7578c6a + 8f2b30e commit db2a2d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/commands/completeAllWithdrawals.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ type TCompleteWithdrawalArgs struct {

func DelegationManager(chainId *big.Int) common.Address {
data := map[uint64]string{
// TODO(zeus) - make this runnable via zeus.
1: "0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A", // mainnet
17000: "0x75dfE5B44C2E530568001400D3f704bC8AE350CC", // holesky preprod
17000: "0xA44151489861Fe9e3055d95adC98FbD462B948e7", // holesky testnet
}
contract, ok := data[chainId.Uint64()]
if !ok {
Expand Down

0 comments on commit db2a2d7

Please sign in to comment.