Skip to content

Spec

Documentation for tests/amsterdam/eip7981_increase_access_list_cost/spec.py@b314d18e.

Defines EIP-7981 specification constants and functions.

Spec dataclass

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

Source code in tests/amsterdam/eip7981_increase_access_list_cost/spec.py
20
21
22
23
24
25
26
27
28
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-7981 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-7981.
    """

    ACCESS_LIST_ADDRESS_COST = 2400
    ACCESS_LIST_STORAGE_KEY_COST = 1900