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 788f472 commit 2f9d2b0Copy full SHA for 2f9d2b0
src/ethereum_test_addresses/system_contracts.py
@@ -22,8 +22,8 @@ class SystemContract(Address, Enum):
22
0x00000000219AB540356CBB839CBE05303D7705FA, label="beacon_deposit"
23
)
24
WITHDRAWAL_REQUESTS_CONTRACT = Address(
25
- 0x0000B595F2A73542E60B811C3EB8A231CA3CAAAA, label="withdrawal_requests"
+ 0x09FC772D0857550724B07B850A4323F39112AAAA, label="withdrawal_requests"
26
27
CONSOLIDATION_REQUESTS_CONTRACT = Address(
28
- 0x000B0CBBCB4A622B212A4C8BF81A3614CEAABBBB, label="consolidation_requests"
+ 0x01ABEA29659E5E97C95107F20BB753CD3E09BBBB, label="consolidation_requests"
29
0 commit comments