Skip to content

Commit

Permalink
feat: add testnet contracts for slashing (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary authored Dec 19, 2024
2 parents f6c6aa0 + 123a11c commit 5e5d2d1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func (c *Config) GetContractsMapForChain() *ContractAddresses {
StrategyManager: "0xdfb5f6ce42aaa7830e94ecfccad411bef4d4d5b6",
DelegationManager: "0xa44151489861fe9e3055d95adc98fbd462b948e7",
AvsDirectory: "0x055733000064333caddbc92763c58bf0192ffebf",
AllocationManager: "0x78469728304326cbc65f8f95fa756b0b73164462",
}
} else if c.Chain == Chain_Mainnet {
return &ContractAddresses{
Expand Down
Loading

0 comments on commit 5e5d2d1

Please sign in to comment.