Skip to content

Commit

Permalink
test: update to childBlockTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Feb 8, 2025
1 parent 56b7752 commit 364e1e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe("CLProofVerifier.sol", () => {
proof: concatenatedProof,
pubkey: STATIC_VALIDATOR.witness.validator.pubkey,
validatorIndex: STATIC_VALIDATOR.witness.validatorIndex,
parentBlockTimestamp: timestamp,
childBlockTimestamp: timestamp,
},
STATIC_VALIDATOR.witness.validator.withdrawalCredentials,
);
Expand Down Expand Up @@ -235,7 +235,7 @@ describe("CLProofVerifier.sol", () => {
validatorIndex,
proof: [...proof],
pubkey: validator.pubkey,
parentBlockTimestamp: timestamp,
childBlockTimestamp: timestamp,
},
validator.withdrawalCredentials,
);
Expand Down

0 comments on commit 364e1e7

Please sign in to comment.