Skip to content

Commit

Permalink
chore: fix zeus environment (Layr-Labs#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 authored Dec 11, 2024
1 parent 9854bbb commit 375a451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/releases/EigenLabsUpgrade.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ library EigenLabsUpgrade {
function _pauserRegistry(
ZeusScript self
) internal view returns (address) {
return self.zDeployedContract("PauserRegistry");
return self.zDeployedImpl("PauserRegistry");
}

function _proxyAdmin(
ZeusScript self
) internal view returns (address) {
return self.zDeployedContract("ProxyAdmin");
return self.zAddress("proxyAdmin");
}

function _eigenPodManagerProxy(
Expand Down

0 comments on commit 375a451

Please sign in to comment.