Skip to content

Spec

Documentation for tests/prague/eip7002_el_triggerable_withdrawals/spec.py@814481c0.

Common procedures to test EIP-7002: Execution layer triggerable withdrawals.

Spec

Parameters from the EIP-7002 specifications as defined at https://eips.ethereum.org/EIPS/eip-7002#configuration.

The request queue parameters live on the framework's WithdrawalRequest.

Source code in tests/prague/eip7002_el_triggerable_withdrawals/spec.py
26
27
28
29
30
31
32
33
34
35
36
37
class Spec:
    """
    Parameters from the EIP-7002 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-7002#configuration.

    The request queue parameters live on the framework's `WithdrawalRequest`.
    """

    WITHDRAWAL_REQUEST_PREDEPLOY_SENDER = Address(
        0x8646861A7CF453DDD086874D622B0696DE5B9674
    )
    MAX_AMOUNT = 2**64 - 1