File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/prague/eip7002_el_triggerable_withdrawals Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11"""
2- abstract: Tests [EIP-7685: General purpose execution layer requests ](https://eips.ethereum.org/EIPS/eip-7685 )
3- Cross testing for withdrawal and deposit request for [EIP-7685: General purpose execution layer requests ](https://eips.ethereum.org/EIPS/eip-7685 ).
2+ abstract: Tests [EIP-7002: Execution layer triggerable withdrawals ](https://eips.ethereum.org/EIPS/eip-7002 )
3+ Test execution layer triggered exits [EIP-7002: Execution layer triggerable withdrawals ](https://eips.ethereum.org/EIPS/eip-7002 ).
44
55""" # noqa: E501
66
2222 WithdrawalRequestTransaction ,
2323)
2424from ..eip7002_el_triggerable_withdrawals .spec import Spec as Spec_EIP7002
25- from .spec import ref_spec_7685
25+ from .spec import ref_spec_7002
2626
27- REFERENCE_SPEC_GIT_PATH : str = ref_spec_7685 .git_path
28- REFERENCE_SPEC_VERSION : str = ref_spec_7685 .version
27+ REFERENCE_SPEC_GIT_PATH : str = ref_spec_7002 .git_path
28+ REFERENCE_SPEC_VERSION : str = ref_spec_7002 .version
2929
3030
3131# @pytest.mark.parametrize(
You can’t perform that action at this time.
0 commit comments