@turtleclub/hooks 0.5.0-beta.6 → 0.5.0-beta.8

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.js CHANGED
@@ -119,9 +119,9 @@ var tokenSchema = z.object({
119
119
  logoUrl: z.string().optional(),
120
120
  isNative: z.boolean(),
121
121
  priceUsd: z.number().optional(),
122
- price: z.number().optional(),
123
- amount: z.number().optional(),
124
- rawAmount: z.number().optional()
122
+ price: z.string().optional(),
123
+ amount: z.string().optional(),
124
+ rawAmount: z.string().optional()
125
125
  });
126
126
  var organizationSchema = z.object({
127
127
  id: z.string(),