Skip to content

Commit

Permalink
Remove TODO from AssetPriceSchema (#2211)
Browse files Browse the repository at this point in the history
Removes an unnecessary TODO comment.
  • Loading branch information
iamacook authored Dec 20, 2024
1 parent 68fe992 commit 8456649
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { z } from 'zod';

export type AssetPrice = z.infer<typeof AssetPriceSchema>;

// TODO: Enforce Ethereum address keys (and maybe checksum them)
export const AssetPriceSchema = z.record(z.record(z.number().nullable()));

export const AssetPricesSchema = z.array(AssetPriceSchema);

0 comments on commit 8456649

Please sign in to comment.