Skip to content

Commit

Permalink
update withdrawal request contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Dec 9, 2024
1 parent bf649d0 commit c1d8ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public Eth1Address getDepositContractAddress() {
Defined on https://eips.ethereum.org/EIPS/eip-7002 (WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS)
*/
public Eth1Address getWithdrawalRequestContractAddress() {
return Eth1Address.fromHexString("0x00A3ca265EBcb825B45F985A16CEFB49958cE017");
return Eth1Address.fromHexString("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA");
}

/*
Expand Down

0 comments on commit c1d8ff2

Please sign in to comment.