Skip to content

Commit

Permalink
feat: update eip-7002 contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurayan committed Feb 4, 2025
1 parent 1af1d3a commit c27de34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/common/lib/TriggerableWithdrawals.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pragma solidity >=0.8.9 <0.9.0;
* Allow validators to trigger withdrawals and exits from their execution layer (0x01) withdrawal credentials.
*/
library TriggerableWithdrawals {
address constant WITHDRAWAL_REQUEST = 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA;
address constant WITHDRAWAL_REQUEST = 0x00000961Ef480Eb55e80D19ad83579A64c007002;

uint256 internal constant PUBLIC_KEY_LENGTH = 48;
uint256 internal constant WITHDRAWAL_AMOUNT_LENGTH = 8;
Expand Down
2 changes: 1 addition & 1 deletion test/common/lib/triggerableWithdrawals/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ethers } from "hardhat";

import { EIP7002WithdrawalRequest_Mock } from "typechain-types";

export const withdrawalsPredeployedHardcodedAddress = "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA";
export const withdrawalsPredeployedHardcodedAddress = "0x00000961Ef480Eb55e80D19ad83579A64c007002";

export async function deployWithdrawalsPredeployedMock(
defaultRequestFee: bigint,
Expand Down

0 comments on commit c27de34

Please sign in to comment.