Skip to content

Commit 4d63f27

Browse files
authored
chore: bump the core dependency to v1.4.0 (#441)
**Motivation:** The core contracts will be deploying v1.4.0 to testnet tomorrow. This release bumps the core contracts to that release to be compatible with what will be live on holesky **Modifications:** Bump the core protocol dependency **Result:** Up to date with core contract release 1.4.0
1 parent 42dccf5 commit 4d63f27

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

lib/eigenlayer-contracts

Submodule eigenlayer-contracts updated 64 files

test/mocks/EigenPodManagerMock.sol

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ contract EigenPodManagerMock is Test, Pausable, IEigenPodManager {
3232
return type(uint64).max;
3333
}
3434

35+
function pectraForkTimestamp() external pure returns (uint64) {
36+
return type(uint64).max;
37+
}
38+
39+
function setPectraForkTimestamp(
40+
uint64 timestamp
41+
) external {}
42+
43+
function setProofTimestampSetter(
44+
address newProofTimestampSetter
45+
) external {}
46+
3547
function createPod() external returns (address) {}
3648

3749
function stake(

0 commit comments

Comments
 (0)