@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turtleclub/hooks",
3
3
  "type": "module",
4
- "version": "0.5.0-beta.94",
4
+ "version": "0.5.0-beta.95",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "f7b206b904156b60fad200f803741d81d00cf71b"
57
+ "gitHead": "3f7a4a79294f72108d38af5653822077f29b661e"
58
58
  }
@@ -206,8 +206,7 @@ export const streamSignatureRequestInputSchema = z.object({
206
206
  chainId: z.number().nullable(),
207
207
  customArgs: z.intersection(
208
208
  z.object({
209
- targetChainId: z.number(),
210
- targetTokenAddress: z.string(),
209
+ targetTokenId: z.string().uuid(),
211
210
  }),
212
211
  z.union([
213
212
  z.object({ tokensPerUSD: z.string() }),