diff --git a/contracts/common/lib/TriggerableWithdrawals.sol b/contracts/common/lib/TriggerableWithdrawals.sol index 79916b1a6..0547065e8 100644 --- a/contracts/common/lib/TriggerableWithdrawals.sol +++ b/contracts/common/lib/TriggerableWithdrawals.sol @@ -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; diff --git a/test/common/lib/triggerableWithdrawals/utils.ts b/test/common/lib/triggerableWithdrawals/utils.ts index d98b8a987..678a4a9fb 100644 --- a/test/common/lib/triggerableWithdrawals/utils.ts +++ b/test/common/lib/triggerableWithdrawals/utils.ts @@ -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,