From 7df8ab7f4a454c2b32386e885d7af50000ad96f1 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 8 Oct 2024 14:35:09 +0800 Subject: [PATCH] Add Electra `test_process_withdrawals` path to testgen --- tests/generators/operations/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generators/operations/main.py b/tests/generators/operations/main.py index 51cd507066..ae66843f61 100644 --- a/tests/generators/operations/main.py +++ b/tests/generators/operations/main.py @@ -49,6 +49,7 @@ 'deposit_request', 'voluntary_exit', 'withdrawal_request', + 'withdrawals', ]} electra_mods = combine_mods(_new_electra_mods, deneb_mods)