Skip to content

Commit

Permalink
fix: BeaconSpecResponse from Nested to convert ints
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Jan 24, 2025
1 parent 48830f8 commit 1c862dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/consensus/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


@dataclass
class BeaconSpecResponse(FromResponse):
class BeaconSpecResponse(FromResponse, Nested):
DEPOSIT_CHAIN_ID: str
SLOTS_PER_EPOCH: str
SECONDS_PER_SLOT: str
Expand Down

0 comments on commit 1c862dd

Please sign in to comment.