@turtleclub/hooks 0.5.0-beta.17 → 0.5.0-beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1059,7 +1059,7 @@ var snapshotSchema = import_zod10.z.object({
1059
1059
  timestamp: import_zod10.z.string().datetime(),
1060
1060
  updatedAt: import_zod10.z.string().datetime(),
1061
1061
  userCount: import_zod10.z.number().nullable().optional(),
1062
- tvl: import_zod10.z.string().nullable()
1062
+ tvl: import_zod10.z.string().nullable().optional()
1063
1063
  });
1064
1064
  var customArgsTokensPerUsdSchema = import_zod10.z.object({
1065
1065
  tokensPerUSD: import_zod10.z.string(),