Skip to content

Commit 03c4a7d

Browse files
daniellehrnersiladu
authored andcommitted
spotless
Signed-off-by: Daniel Lehrner <[email protected]>
1 parent a690eff commit 03c4a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/requests/RequestContractAddresses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class RequestContractAddresses {
2525
public static final Address DEFAULT_WITHDRAWAL_REQUEST_CONTRACT_ADDRESS =
2626
Address.fromHexString("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA");
2727
public static final Address DEFAULT_CONSOLIDATION_REQUEST_CONTRACT_ADDRESS =
28-
Address.fromHexString("0x0046BB33B9eA028AE30BAd20702e36Ea8099BBbb");
28+
Address.fromHexString("0x0046BB33B9eA028AE30BAd20702e36Ea8099BBbb");
2929
public static final Address DEFAULT_DEPOSIT_CONTRACT_ADDRESS =
3030
Address.fromHexString("0x00000000219ab540356cbb839cbe05303d7705fa");
3131

0 commit comments

Comments
 (0)