We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d6dab commit 005f007Copy full SHA for 005f007
acceptance-tests/src/testFixtures/java/tech/pegasys/teku/test/acceptance/dsl/BesuNode.java
@@ -130,7 +130,7 @@ public Eth1Address getDepositContractAddress() {
130
Defined on https://eips.ethereum.org/EIPS/eip-7002 (WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS)
131
*/
132
public Eth1Address getWithdrawalRequestContractAddress() {
133
- return Eth1Address.fromHexString("0x00A3ca265EBcb825B45F985A16CEFB49958cE017");
+ return Eth1Address.fromHexString("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA");
134
}
135
136
/*
0 commit comments