tapimo 0.13.0 → 0.14.0

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.
Files changed (230) hide show
  1. package/dist/App.d.ts +6064 -4829
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +1 -0
  4. package/dist/App.js.map +1 -1
  5. package/dist/Webhooks.js +2 -2
  6. package/dist/Webhooks.js.map +1 -1
  7. package/dist/admin/App.d.ts +1008 -917
  8. package/dist/admin/App.d.ts.map +1 -1
  9. package/dist/admin/apps/earn-vaults.d.ts +48 -0
  10. package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
  11. package/dist/admin/apps/earn-vaults.js +2 -1
  12. package/dist/admin/apps/earn-vaults.js.map +1 -1
  13. package/dist/admin/apps/organizations.d.ts +92 -3
  14. package/dist/admin/apps/organizations.d.ts.map +1 -1
  15. package/dist/admin/apps/organizations.js +69 -7
  16. package/dist/admin/apps/organizations.js.map +1 -1
  17. package/dist/admin/apps/verified-tokens.d.ts +74 -74
  18. package/dist/admin/ui.generated.d.ts +1 -1
  19. package/dist/admin/ui.generated.js +69 -69
  20. package/dist/admin/ui.generated.js.map +1 -1
  21. package/dist/apps/Zones.d.ts +12 -12
  22. package/dist/apps/Zones.js +3 -3
  23. package/dist/apps/data/App.d.ts +2909 -2523
  24. package/dist/apps/data/App.d.ts.map +1 -1
  25. package/dist/apps/data/App.js +11 -6
  26. package/dist/apps/data/App.js.map +1 -1
  27. package/dist/apps/data/routes/addresses.d.ts +22 -22
  28. package/dist/apps/data/routes/earn.d.ts +183 -7
  29. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  30. package/dist/apps/data/routes/earn.js +434 -75
  31. package/dist/apps/data/routes/earn.js.map +1 -1
  32. package/dist/apps/data/routes/exchanges.d.ts +15 -0
  33. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  34. package/dist/apps/data/routes/exchanges.js +180 -114
  35. package/dist/apps/data/routes/exchanges.js.map +1 -1
  36. package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
  37. package/dist/apps/data/routes/fee-amm.js +18 -19
  38. package/dist/apps/data/routes/fee-amm.js.map +1 -1
  39. package/dist/apps/data/routes/tokens.d.ts +93 -93
  40. package/dist/apps/data/routes/transfers.d.ts +12 -12
  41. package/dist/apps/data/routes/valuation.d.ts +30 -30
  42. package/dist/apps/data/routes/verified-tokens.d.ts +5 -5
  43. package/dist/apps/data/routes/webhooks.d.ts +805 -102
  44. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  45. package/dist/apps/data/routes/webhooks.js +47 -5
  46. package/dist/apps/data/routes/webhooks.js.map +1 -1
  47. package/dist/apps/funding/App.d.ts +456 -45
  48. package/dist/apps/funding/App.d.ts.map +1 -1
  49. package/dist/apps/funding/App.js +1 -1
  50. package/dist/apps/funding/App.js.map +1 -1
  51. package/dist/apps/funding/routes/deposit-addresses.d.ts +17 -17
  52. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  53. package/dist/apps/funding/routes/deposit-addresses.js +1 -1
  54. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  55. package/dist/apps/funding/routes/transfers.d.ts +654 -73
  56. package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
  57. package/dist/apps/funding/routes/transfers.js +211 -5
  58. package/dist/apps/funding/routes/transfers.js.map +1 -1
  59. package/dist/apps/management/App.d.ts +831 -387
  60. package/dist/apps/management/App.d.ts.map +1 -1
  61. package/dist/apps/management/Billing.d.ts +1 -1
  62. package/dist/apps/management/Billing.d.ts.map +1 -1
  63. package/dist/apps/management/Billing.js +17 -1
  64. package/dist/apps/management/Billing.js.map +1 -1
  65. package/dist/apps/management/routes/api-keys.d.ts +76 -76
  66. package/dist/apps/management/routes/billing.d.ts +76 -76
  67. package/dist/apps/management/routes/faucet.d.ts +12 -12
  68. package/dist/apps/management/routes/invitations.d.ts +24 -24
  69. package/dist/apps/management/routes/invite-links.d.ts +46 -46
  70. package/dist/apps/management/routes/members.d.ts +46 -46
  71. package/dist/apps/management/routes/orgs.d.ts +20 -20
  72. package/dist/apps/management/routes/projects.d.ts +44 -44
  73. package/dist/apps/management/routes/usage.d.ts +32 -32
  74. package/dist/apps/management/routes/verified-token-requests.d.ts +16 -16
  75. package/dist/apps/management/routes/webhooks.d.ts +707 -57
  76. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  77. package/dist/apps/management/routes/webhooks.js +21 -21
  78. package/dist/apps/management/routes/webhooks.js.map +1 -1
  79. package/dist/apps/relay/App.d.ts.map +1 -1
  80. package/dist/apps/relay/App.js +115 -23
  81. package/dist/apps/relay/App.js.map +1 -1
  82. package/dist/apps/relay/Sponsorships.d.ts.map +1 -1
  83. package/dist/apps/relay/Sponsorships.js +27 -1
  84. package/dist/apps/relay/Sponsorships.js.map +1 -1
  85. package/dist/db/Db.d.ts.map +1 -1
  86. package/dist/db/Db.js +22 -0
  87. package/dist/db/Db.js.map +1 -1
  88. package/dist/db/Schema.d.ts +8 -3
  89. package/dist/db/Schema.d.ts.map +1 -1
  90. package/dist/db/Schema.js +16 -1
  91. package/dist/db/Schema.js.map +1 -1
  92. package/dist/db/tables/fundingTransferTransactions.d.ts +38 -0
  93. package/dist/db/tables/fundingTransferTransactions.d.ts.map +1 -1
  94. package/dist/db/tables/fundingTransferTransactions.js +44 -3
  95. package/dist/db/tables/fundingTransferTransactions.js.map +1 -1
  96. package/dist/db/tables/fundingTransfers.d.ts +17 -0
  97. package/dist/db/tables/fundingTransfers.d.ts.map +1 -1
  98. package/dist/db/tables/fundingTransfers.js +21 -0
  99. package/dist/db/tables/fundingTransfers.js.map +1 -1
  100. package/dist/db/tables/organizations.d.ts +24 -0
  101. package/dist/db/tables/organizations.d.ts.map +1 -1
  102. package/dist/db/tables/organizations.js +27 -0
  103. package/dist/db/tables/organizations.js.map +1 -1
  104. package/dist/db/tables/projects.d.ts +25 -1
  105. package/dist/db/tables/projects.d.ts.map +1 -1
  106. package/dist/db/tables/projects.js +26 -0
  107. package/dist/db/tables/projects.js.map +1 -1
  108. package/dist/db/tables/sponsoredTransactions.d.ts +44 -0
  109. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  110. package/dist/db/tables/sponsoredTransactions.js +146 -13
  111. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  112. package/dist/db/tables/webhookSubscriptions.d.ts +10 -6
  113. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  114. package/dist/db/tables/webhookSubscriptions.js +9 -6
  115. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  116. package/dist/internal/EarnVaults.js +5 -5
  117. package/dist/internal/EarnVaults.js.map +1 -1
  118. package/dist/internal/Log.d.ts +1 -1
  119. package/dist/internal/Log.d.ts.map +1 -1
  120. package/dist/internal/Log.js.map +1 -1
  121. package/dist/internal/Viem.d.ts +16 -1
  122. package/dist/internal/Viem.d.ts.map +1 -1
  123. package/dist/internal/Viem.js +12 -2
  124. package/dist/internal/Viem.js.map +1 -1
  125. package/dist/internal/funding/DepositWebhook.d.ts.map +1 -1
  126. package/dist/internal/funding/DepositWebhook.js +2 -1
  127. package/dist/internal/funding/DepositWebhook.js.map +1 -1
  128. package/dist/internal/funding/Evidence.d.ts.map +1 -1
  129. package/dist/internal/funding/Evidence.js +2 -10
  130. package/dist/internal/funding/Evidence.js.map +1 -1
  131. package/dist/internal/funding/Provider.d.ts +40 -0
  132. package/dist/internal/funding/Provider.d.ts.map +1 -1
  133. package/dist/internal/funding/Provider.js +5 -0
  134. package/dist/internal/funding/Provider.js.map +1 -1
  135. package/dist/internal/funding/SourceObservation.d.ts.map +1 -1
  136. package/dist/internal/funding/SourceObservation.js +5 -7
  137. package/dist/internal/funding/SourceObservation.js.map +1 -1
  138. package/dist/internal/funding/Transfer.d.ts +101 -6
  139. package/dist/internal/funding/Transfer.d.ts.map +1 -1
  140. package/dist/internal/funding/Transfer.js +162 -34
  141. package/dist/internal/funding/Transfer.js.map +1 -1
  142. package/dist/internal/funding/TransferReconciliation.d.ts +52 -0
  143. package/dist/internal/funding/TransferReconciliation.d.ts.map +1 -0
  144. package/dist/internal/funding/TransferReconciliation.js +192 -0
  145. package/dist/internal/funding/TransferReconciliation.js.map +1 -0
  146. package/dist/internal/funding/TransferWebhook.d.ts +21 -0
  147. package/dist/internal/funding/TransferWebhook.d.ts.map +1 -0
  148. package/dist/internal/funding/TransferWebhook.js +43 -0
  149. package/dist/internal/funding/TransferWebhook.js.map +1 -0
  150. package/dist/internal/funding/index.d.ts +1 -0
  151. package/dist/internal/funding/index.d.ts.map +1 -1
  152. package/dist/internal/funding/index.js +1 -0
  153. package/dist/internal/funding/index.js.map +1 -1
  154. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  155. package/dist/internal/funding/providers/relay.js +3 -12
  156. package/dist/internal/funding/providers/relay.js.map +1 -1
  157. package/dist/internal/funding/providers/stargate.d.ts +99 -0
  158. package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
  159. package/dist/internal/funding/providers/stargate.js +337 -35
  160. package/dist/internal/funding/providers/stargate.js.map +1 -1
  161. package/dist/internal/webhookDestinations/slack.d.ts.map +1 -1
  162. package/dist/internal/webhookDestinations/slack.js +16 -0
  163. package/dist/internal/webhookDestinations/slack.js.map +1 -1
  164. package/package.json +1 -1
  165. package/src/App.ts +1 -0
  166. package/src/Client.test-d.ts +83 -2
  167. package/src/Webhooks.ts +2 -2
  168. package/src/admin/apps/earn-vaults.ts +2 -1
  169. package/src/admin/apps/organizations.test.ts +53 -1
  170. package/src/admin/apps/organizations.ts +90 -5
  171. package/src/admin/ui/src/lib/organizations.test.ts +112 -1
  172. package/src/admin/ui/src/lib/organizations.ts +55 -0
  173. package/src/admin/ui/src/routes/organizations_.$orgId.tsx +116 -0
  174. package/src/admin/ui.generated.ts +69 -69
  175. package/src/apps/Zones.test.ts +3 -3
  176. package/src/apps/Zones.ts +3 -3
  177. package/src/apps/composition.test.ts +1 -0
  178. package/src/apps/data/App.ts +15 -6
  179. package/src/apps/data/routes/earn.test.ts +369 -14
  180. package/src/apps/data/routes/earn.ts +548 -79
  181. package/src/apps/data/routes/exchanges.test.ts +740 -15
  182. package/src/apps/data/routes/exchanges.ts +954 -753
  183. package/src/apps/data/routes/fee-amm.ts +17 -18
  184. package/src/apps/data/routes/webhooks.test.ts +21 -5
  185. package/src/apps/data/routes/webhooks.ts +63 -8
  186. package/src/apps/funding/App.ts +12 -2
  187. package/src/apps/funding/routes/deposit-addresses.test.ts +4 -4
  188. package/src/apps/funding/routes/deposit-addresses.ts +2 -2
  189. package/src/apps/funding/routes/transfers.test.ts +510 -19
  190. package/src/apps/funding/routes/transfers.ts +271 -5
  191. package/src/apps/management/Billing.ts +18 -5
  192. package/src/apps/management/routes/webhooks.test.ts +3 -3
  193. package/src/apps/management/routes/webhooks.ts +24 -25
  194. package/src/apps/relay/App.test.ts +212 -1
  195. package/src/apps/relay/App.ts +158 -29
  196. package/src/apps/relay/Sponsorships.ts +24 -1
  197. package/src/db/Db.ts +35 -0
  198. package/src/db/Schema.ts +17 -2
  199. package/src/db/tables/fundingTransferTransactions.test.ts +43 -0
  200. package/src/db/tables/fundingTransferTransactions.ts +79 -3
  201. package/src/db/tables/fundingTransfers.test.ts +26 -0
  202. package/src/db/tables/fundingTransfers.ts +36 -0
  203. package/src/db/tables/organizations.test.ts +41 -0
  204. package/src/db/tables/organizations.ts +49 -0
  205. package/src/db/tables/projects.test.ts +55 -0
  206. package/src/db/tables/projects.ts +46 -1
  207. package/src/db/tables/sponsoredTransactions.test.ts +338 -0
  208. package/src/db/tables/sponsoredTransactions.ts +197 -13
  209. package/src/db/tables/webhookSubscriptions.ts +18 -11
  210. package/src/internal/EarnVaults.ts +5 -5
  211. package/src/internal/Log.test-d.ts +2 -0
  212. package/src/internal/Log.ts +2 -0
  213. package/src/internal/Viem.ts +39 -3
  214. package/src/internal/Webhooks.test.ts +45 -0
  215. package/src/internal/funding/DepositWebhook.ts +2 -1
  216. package/src/internal/funding/Evidence.ts +2 -13
  217. package/src/internal/funding/Provider.ts +43 -0
  218. package/src/internal/funding/SourceObservation.ts +5 -9
  219. package/src/internal/funding/Transfer.test.ts +155 -0
  220. package/src/internal/funding/Transfer.ts +254 -37
  221. package/src/internal/funding/TransferReconciliation.test.ts +147 -0
  222. package/src/internal/funding/TransferReconciliation.ts +264 -0
  223. package/src/internal/funding/TransferWebhook.test.ts +128 -0
  224. package/src/internal/funding/TransferWebhook.ts +67 -0
  225. package/src/internal/funding/index.test.ts +1 -0
  226. package/src/internal/funding/index.ts +1 -0
  227. package/src/internal/funding/providers/relay.ts +3 -15
  228. package/src/internal/funding/providers/stargate.test.ts +169 -4
  229. package/src/internal/funding/providers/stargate.ts +498 -51
  230. package/src/internal/webhookDestinations/slack.ts +15 -0
@@ -255,14 +255,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
255
255
  } | {
256
256
  output: {
257
257
  error: {
258
- code: "api_key_malformed";
258
+ code: "upstream_error";
259
259
  details?: readonly Response.error.Detail[] | undefined;
260
260
  message: string;
261
261
  };
262
262
  requestId: string;
263
263
  };
264
264
  outputFormat: "json";
265
- status: 400;
265
+ status: 502;
266
266
  input: {
267
267
  query?: {
268
268
  recipient?: string | string[];
@@ -285,14 +285,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
285
285
  } | {
286
286
  output: {
287
287
  error: {
288
- code: "api_key_invalid" | "api_key_missing";
288
+ code: "query_invalid";
289
289
  details?: readonly Response.error.Detail[] | undefined;
290
290
  message: string;
291
291
  };
292
292
  requestId: string;
293
293
  };
294
294
  outputFormat: "json";
295
- status: 401;
295
+ status: 400;
296
296
  input: {
297
297
  query?: {
298
298
  recipient?: string | string[];
@@ -315,14 +315,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
315
315
  } | {
316
316
  output: {
317
317
  error: {
318
- code: "api_key_forbidden" | "api_key_ip_forbidden";
318
+ code: "api_key_malformed";
319
319
  details?: readonly Response.error.Detail[] | undefined;
320
320
  message: string;
321
321
  };
322
322
  requestId: string;
323
323
  };
324
324
  outputFormat: "json";
325
- status: 403;
325
+ status: 400;
326
326
  input: {
327
327
  query?: {
328
328
  recipient?: string | string[];
@@ -345,14 +345,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
345
345
  } | {
346
346
  output: {
347
347
  error: {
348
- code: "payment_required" | "rate_limit_exceeded";
348
+ code: "api_key_invalid" | "api_key_missing";
349
349
  details?: readonly Response.error.Detail[] | undefined;
350
350
  message: string;
351
351
  };
352
352
  requestId: string;
353
353
  };
354
354
  outputFormat: "json";
355
- status: 429;
355
+ status: 401;
356
356
  input: {
357
357
  query?: {
358
358
  recipient?: string | string[];
@@ -375,14 +375,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
375
375
  } | {
376
376
  output: {
377
377
  error: {
378
- code: "query_invalid";
378
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
379
379
  details?: readonly Response.error.Detail[] | undefined;
380
380
  message: string;
381
381
  };
382
382
  requestId: string;
383
383
  };
384
384
  outputFormat: "json";
385
- status: 400;
385
+ status: 403;
386
386
  input: {
387
387
  query?: {
388
388
  recipient?: string | string[];
@@ -405,14 +405,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
405
405
  } | {
406
406
  output: {
407
407
  error: {
408
- code: "upstream_error";
408
+ code: "payment_required" | "rate_limit_exceeded";
409
409
  details?: readonly Response.error.Detail[] | undefined;
410
410
  message: string;
411
411
  };
412
412
  requestId: string;
413
413
  };
414
414
  outputFormat: "json";
415
- status: 502;
415
+ status: 429;
416
416
  input: {
417
417
  query?: {
418
418
  recipient?: string | string[];
@@ -69,14 +69,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
69
69
  } | {
70
70
  output: {
71
71
  error: {
72
- code: "api_key_malformed";
72
+ code: "upstream_error";
73
73
  details?: readonly Response.error.Detail[] | undefined;
74
74
  message: string;
75
75
  };
76
76
  requestId: string;
77
77
  };
78
78
  outputFormat: "json";
79
- status: 400;
79
+ status: 502;
80
80
  input: {
81
81
  param: {
82
82
  address: `0x${string}`;
@@ -90,14 +90,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
90
90
  } | {
91
91
  output: {
92
92
  error: {
93
- code: "api_key_invalid" | "api_key_missing";
93
+ code: "query_invalid";
94
94
  details?: readonly Response.error.Detail[] | undefined;
95
95
  message: string;
96
96
  };
97
97
  requestId: string;
98
98
  };
99
99
  outputFormat: "json";
100
- status: 401;
100
+ status: 400;
101
101
  input: {
102
102
  param: {
103
103
  address: `0x${string}`;
@@ -111,14 +111,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
111
111
  } | {
112
112
  output: {
113
113
  error: {
114
- code: "api_key_forbidden" | "api_key_ip_forbidden";
114
+ code: "api_key_malformed";
115
115
  details?: readonly Response.error.Detail[] | undefined;
116
116
  message: string;
117
117
  };
118
118
  requestId: string;
119
119
  };
120
120
  outputFormat: "json";
121
- status: 403;
121
+ status: 400;
122
122
  input: {
123
123
  param: {
124
124
  address: `0x${string}`;
@@ -132,14 +132,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
132
132
  } | {
133
133
  output: {
134
134
  error: {
135
- code: "payment_required" | "rate_limit_exceeded";
135
+ code: "api_key_invalid" | "api_key_missing";
136
136
  details?: readonly Response.error.Detail[] | undefined;
137
137
  message: string;
138
138
  };
139
139
  requestId: string;
140
140
  };
141
141
  outputFormat: "json";
142
- status: 429;
142
+ status: 401;
143
143
  input: {
144
144
  param: {
145
145
  address: `0x${string}`;
@@ -153,14 +153,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
153
153
  } | {
154
154
  output: {
155
155
  error: {
156
- code: "address_invalid";
156
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
157
157
  details?: readonly Response.error.Detail[] | undefined;
158
158
  message: string;
159
159
  };
160
160
  requestId: string;
161
161
  };
162
162
  outputFormat: "json";
163
- status: 400;
163
+ status: 403;
164
164
  input: {
165
165
  param: {
166
166
  address: `0x${string}`;
@@ -174,14 +174,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
174
174
  } | {
175
175
  output: {
176
176
  error: {
177
- code: "query_invalid";
177
+ code: "payment_required" | "rate_limit_exceeded";
178
178
  details?: readonly Response.error.Detail[] | undefined;
179
179
  message: string;
180
180
  };
181
181
  requestId: string;
182
182
  };
183
183
  outputFormat: "json";
184
- status: 400;
184
+ status: 429;
185
185
  input: {
186
186
  param: {
187
187
  address: `0x${string}`;
@@ -194,19 +194,15 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
194
194
  };
195
195
  } | {
196
196
  output: {
197
- address: `0x${string}`;
198
- amount: string;
199
- currency: string;
200
- id: string;
201
- pricing: {
202
- asOf: string;
203
- basis: "nominal";
204
- source: string;
205
- } | null;
206
- unpriced: string[];
197
+ error: {
198
+ code: "address_invalid";
199
+ details?: readonly Response.error.Detail[] | undefined;
200
+ message: string;
201
+ };
202
+ requestId: string;
207
203
  };
208
204
  outputFormat: "json";
209
- status: 200;
205
+ status: 400;
210
206
  input: {
211
207
  param: {
212
208
  address: `0x${string}`;
@@ -219,15 +215,19 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
219
215
  };
220
216
  } | {
221
217
  output: {
222
- error: {
223
- code: "upstream_error";
224
- details?: readonly Response.error.Detail[] | undefined;
225
- message: string;
226
- };
227
- requestId: string;
218
+ address: `0x${string}`;
219
+ amount: string;
220
+ currency: string;
221
+ id: string;
222
+ pricing: {
223
+ asOf: string;
224
+ basis: "nominal";
225
+ source: string;
226
+ } | null;
227
+ unpriced: string[];
228
228
  };
229
229
  outputFormat: "json";
230
- status: 502;
230
+ status: 200;
231
231
  input: {
232
232
  param: {
233
233
  address: `0x${string}`;
@@ -440,7 +440,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
440
440
  } | {
441
441
  output: {
442
442
  error: {
443
- code: "address_invalid";
443
+ code: "query_invalid";
444
444
  details?: readonly Response.error.Detail[] | undefined;
445
445
  message: string;
446
446
  };
@@ -460,14 +460,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
460
460
  } | {
461
461
  output: {
462
462
  error: {
463
- code: "query_invalid";
463
+ code: "upstream_error";
464
464
  details?: readonly Response.error.Detail[] | undefined;
465
465
  message: string;
466
466
  };
467
467
  requestId: string;
468
468
  };
469
469
  outputFormat: "json";
470
- status: 400;
470
+ status: 502;
471
471
  input: {
472
472
  param: {
473
473
  address: `0x${string}`;
@@ -480,14 +480,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
480
480
  } | {
481
481
  output: {
482
482
  error: {
483
- code: "upstream_error";
483
+ code: "address_invalid";
484
484
  details?: readonly Response.error.Detail[] | undefined;
485
485
  message: string;
486
486
  };
487
487
  requestId: string;
488
488
  };
489
489
  outputFormat: "json";
490
- status: 502;
490
+ status: 400;
491
491
  input: {
492
492
  param: {
493
493
  address: `0x${string}`;