Skip to content

Commit

Permalink
fix: update function
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir-akhtar committed Oct 31, 2024
1 parent 2f4c8c9 commit 194d1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ZeusScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract ZeusScript is Script {
//////////////////////////

function ethPOS() internal view returns (address) {
return vm.envAddress("ethPOS");
return zeusAddress("ethPOS");
}

function EigenpodGenesisTime() internal view returns (uint64) {
Expand Down

0 comments on commit 194d1cb

Please sign in to comment.