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 06338c1 commit e668bf9
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 e668bf9

Please sign in to comment.