@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.js CHANGED
@@ -760,8 +760,7 @@ var streamSignatureRequestInputSchema = z8.object({
760
760
  chainId: z8.number().nullable(),
761
761
  customArgs: z8.intersection(
762
762
  z8.object({
763
- targetChainId: z8.number(),
764
- targetTokenAddress: z8.string()
763
+ targetTokenId: z8.string().uuid()
765
764
  }),
766
765
  z8.union([
767
766
  z8.object({ tokensPerUSD: z8.string() }),