Skip to content

Commit 005f007

Browse files
update withdrawal request contract address (#8904)
Co-authored-by: Lucas Saldanha <[email protected]>
1 parent 30d6dab commit 005f007

File tree

1 file changed

+1
-1
lines changed
  • acceptance-tests/src/testFixtures/java/tech/pegasys/teku/test/acceptance/dsl

1 file changed

+1
-1
lines changed

acceptance-tests/src/testFixtures/java/tech/pegasys/teku/test/acceptance/dsl/BesuNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Eth1Address getDepositContractAddress() {
130130
Defined on https://eips.ethereum.org/EIPS/eip-7002 (WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS)
131131
*/
132132
public Eth1Address getWithdrawalRequestContractAddress() {
133-
return Eth1Address.fromHexString("0x00A3ca265EBcb825B45F985A16CEFB49958cE017");
133+
return Eth1Address.fromHexString("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA");
134134
}
135135

136136
/*

0 commit comments

Comments
 (0)