@turtleclub/hooks 0.5.0-beta.94 → 0.5.0-beta.95

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
@@ -1077,8 +1077,7 @@ var streamSignatureRequestInputSchema = import_zod8.z.object({
1077
1077
  chainId: import_zod8.z.number().nullable(),
1078
1078
  customArgs: import_zod8.z.intersection(
1079
1079
  import_zod8.z.object({
1080
- targetChainId: import_zod8.z.number(),
1081
- targetTokenAddress: import_zod8.z.string()
1080
+ targetTokenId: import_zod8.z.string().uuid()
1082
1081
  }),
1083
1082
  import_zod8.z.union([
1084
1083
  import_zod8.z.object({ tokensPerUSD: import_zod8.z.string() }),