From 1c862dd20ae5680d2df4563d8a1f5b42b0ac341a Mon Sep 17 00:00:00 2001 From: madlabman <10616301+madlabman@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:41:19 +0100 Subject: [PATCH] fix: BeaconSpecResponse from Nested to convert ints --- src/providers/consensus/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/consensus/types.py b/src/providers/consensus/types.py index 2c673487b..438adb71e 100644 --- a/src/providers/consensus/types.py +++ b/src/providers/consensus/types.py @@ -7,7 +7,7 @@ @dataclass -class BeaconSpecResponse(FromResponse): +class BeaconSpecResponse(FromResponse, Nested): DEPOSIT_CHAIN_ID: str SLOTS_PER_EPOCH: str SECONDS_PER_SLOT: str