@compass-labs/api-sdk 0.5.56 → 0.5.58

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 (214) hide show
  1. package/bin/mcp-server.js +482 -123
  2. package/bin/mcp-server.js.map +27 -27
  3. package/dist/commonjs/lib/config.d.ts +3 -3
  4. package/dist/commonjs/lib/config.js +3 -3
  5. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  6. package/dist/commonjs/mcp-server/server.js +1 -1
  7. package/dist/commonjs/models/components/pendleaddliquidityparams.d.ts +47 -17
  8. package/dist/commonjs/models/components/pendleaddliquidityparams.d.ts.map +1 -1
  9. package/dist/commonjs/models/components/pendleaddliquidityparams.js +48 -18
  10. package/dist/commonjs/models/components/pendleaddliquidityparams.js.map +1 -1
  11. package/dist/commonjs/models/components/pendleaddliquidityrequest.d.ts +47 -17
  12. package/dist/commonjs/models/components/pendleaddliquidityrequest.d.ts.map +1 -1
  13. package/dist/commonjs/models/components/pendleaddliquidityrequest.js +48 -18
  14. package/dist/commonjs/models/components/pendleaddliquidityrequest.js.map +1 -1
  15. package/dist/commonjs/models/components/pendleremoveliquidityparams.d.ts +47 -17
  16. package/dist/commonjs/models/components/pendleremoveliquidityparams.d.ts.map +1 -1
  17. package/dist/commonjs/models/components/pendleremoveliquidityparams.js +48 -18
  18. package/dist/commonjs/models/components/pendleremoveliquidityparams.js.map +1 -1
  19. package/dist/commonjs/models/components/pendleremoveliquidityrequest.d.ts +47 -17
  20. package/dist/commonjs/models/components/pendleremoveliquidityrequest.d.ts.map +1 -1
  21. package/dist/commonjs/models/components/pendleremoveliquidityrequest.js +48 -18
  22. package/dist/commonjs/models/components/pendleremoveliquidityrequest.js.map +1 -1
  23. package/dist/commonjs/models/components/pendlesellptparams.d.ts +47 -17
  24. package/dist/commonjs/models/components/pendlesellptparams.d.ts.map +1 -1
  25. package/dist/commonjs/models/components/pendlesellptparams.js +48 -18
  26. package/dist/commonjs/models/components/pendlesellptparams.js.map +1 -1
  27. package/dist/commonjs/models/components/pendlesellptrequest.d.ts +47 -17
  28. package/dist/commonjs/models/components/pendlesellptrequest.d.ts.map +1 -1
  29. package/dist/commonjs/models/components/pendlesellptrequest.js +48 -18
  30. package/dist/commonjs/models/components/pendlesellptrequest.js.map +1 -1
  31. package/dist/commonjs/models/components/pendlesellytparams.d.ts +47 -17
  32. package/dist/commonjs/models/components/pendlesellytparams.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/pendlesellytparams.js +48 -18
  34. package/dist/commonjs/models/components/pendlesellytparams.js.map +1 -1
  35. package/dist/commonjs/models/components/pendlesellytrequest.d.ts +47 -17
  36. package/dist/commonjs/models/components/pendlesellytrequest.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/pendlesellytrequest.js +48 -18
  38. package/dist/commonjs/models/components/pendlesellytrequest.js.map +1 -1
  39. package/dist/commonjs/models/components/tokenenum.d.ts +45 -0
  40. package/dist/commonjs/models/components/tokenenum.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/tokenenum.js +15 -0
  42. package/dist/commonjs/models/components/tokenenum.js.map +1 -1
  43. package/dist/commonjs/models/components/useroperation.d.ts +32 -32
  44. package/dist/commonjs/models/components/useroperation.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/useroperation.js +28 -28
  46. package/dist/commonjs/models/components/useroperation.js.map +1 -1
  47. package/dist/commonjs/models/operations/aaveavgrate.d.ts +45 -0
  48. package/dist/commonjs/models/operations/aaveavgrate.d.ts.map +1 -1
  49. package/dist/commonjs/models/operations/aaveavgrate.js +15 -0
  50. package/dist/commonjs/models/operations/aaveavgrate.js.map +1 -1
  51. package/dist/commonjs/models/operations/aaveliquiditychange.d.ts +45 -0
  52. package/dist/commonjs/models/operations/aaveliquiditychange.d.ts.map +1 -1
  53. package/dist/commonjs/models/operations/aaveliquiditychange.js +15 -0
  54. package/dist/commonjs/models/operations/aaveliquiditychange.js.map +1 -1
  55. package/dist/commonjs/models/operations/aaverate.d.ts +45 -0
  56. package/dist/commonjs/models/operations/aaverate.d.ts.map +1 -1
  57. package/dist/commonjs/models/operations/aaverate.js +15 -0
  58. package/dist/commonjs/models/operations/aaverate.js.map +1 -1
  59. package/dist/commonjs/models/operations/aavereserveoverview.d.ts +45 -0
  60. package/dist/commonjs/models/operations/aavereserveoverview.d.ts.map +1 -1
  61. package/dist/commonjs/models/operations/aavereserveoverview.js +15 -0
  62. package/dist/commonjs/models/operations/aavereserveoverview.js.map +1 -1
  63. package/dist/commonjs/models/operations/aavestdrate.d.ts +45 -0
  64. package/dist/commonjs/models/operations/aavestdrate.d.ts.map +1 -1
  65. package/dist/commonjs/models/operations/aavestdrate.js +15 -0
  66. package/dist/commonjs/models/operations/aavestdrate.js.map +1 -1
  67. package/dist/commonjs/models/operations/aavetokenprice.d.ts +45 -0
  68. package/dist/commonjs/models/operations/aavetokenprice.d.ts.map +1 -1
  69. package/dist/commonjs/models/operations/aavetokenprice.js +15 -0
  70. package/dist/commonjs/models/operations/aavetokenprice.js.map +1 -1
  71. package/dist/commonjs/models/operations/aaveuserpositionpertoken.d.ts +45 -0
  72. package/dist/commonjs/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
  73. package/dist/commonjs/models/operations/aaveuserpositionpertoken.js +15 -0
  74. package/dist/commonjs/models/operations/aaveuserpositionpertoken.js.map +1 -1
  75. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.d.ts +90 -0
  76. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.d.ts.map +1 -1
  77. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.js +30 -0
  78. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.js.map +1 -1
  79. package/dist/commonjs/models/operations/tokenaddress.d.ts +45 -0
  80. package/dist/commonjs/models/operations/tokenaddress.d.ts.map +1 -1
  81. package/dist/commonjs/models/operations/tokenaddress.js +15 -0
  82. package/dist/commonjs/models/operations/tokenaddress.js.map +1 -1
  83. package/dist/commonjs/models/operations/uniswappoolprice.d.ts +90 -0
  84. package/dist/commonjs/models/operations/uniswappoolprice.d.ts.map +1 -1
  85. package/dist/commonjs/models/operations/uniswappoolprice.js +30 -0
  86. package/dist/commonjs/models/operations/uniswappoolprice.js.map +1 -1
  87. package/dist/commonjs/models/operations/uniswapquotebuyexactly.d.ts +90 -0
  88. package/dist/commonjs/models/operations/uniswapquotebuyexactly.d.ts.map +1 -1
  89. package/dist/commonjs/models/operations/uniswapquotebuyexactly.js +30 -0
  90. package/dist/commonjs/models/operations/uniswapquotebuyexactly.js.map +1 -1
  91. package/dist/commonjs/models/operations/uniswapquotesellexactly.d.ts +90 -0
  92. package/dist/commonjs/models/operations/uniswapquotesellexactly.d.ts.map +1 -1
  93. package/dist/commonjs/models/operations/uniswapquotesellexactly.js +30 -0
  94. package/dist/commonjs/models/operations/uniswapquotesellexactly.js.map +1 -1
  95. package/dist/esm/lib/config.d.ts +3 -3
  96. package/dist/esm/lib/config.js +3 -3
  97. package/dist/esm/mcp-server/mcp-server.js +1 -1
  98. package/dist/esm/mcp-server/server.js +1 -1
  99. package/dist/esm/models/components/pendleaddliquidityparams.d.ts +47 -17
  100. package/dist/esm/models/components/pendleaddliquidityparams.d.ts.map +1 -1
  101. package/dist/esm/models/components/pendleaddliquidityparams.js +43 -15
  102. package/dist/esm/models/components/pendleaddliquidityparams.js.map +1 -1
  103. package/dist/esm/models/components/pendleaddliquidityrequest.d.ts +47 -17
  104. package/dist/esm/models/components/pendleaddliquidityrequest.d.ts.map +1 -1
  105. package/dist/esm/models/components/pendleaddliquidityrequest.js +43 -15
  106. package/dist/esm/models/components/pendleaddliquidityrequest.js.map +1 -1
  107. package/dist/esm/models/components/pendleremoveliquidityparams.d.ts +47 -17
  108. package/dist/esm/models/components/pendleremoveliquidityparams.d.ts.map +1 -1
  109. package/dist/esm/models/components/pendleremoveliquidityparams.js +43 -15
  110. package/dist/esm/models/components/pendleremoveliquidityparams.js.map +1 -1
  111. package/dist/esm/models/components/pendleremoveliquidityrequest.d.ts +47 -17
  112. package/dist/esm/models/components/pendleremoveliquidityrequest.d.ts.map +1 -1
  113. package/dist/esm/models/components/pendleremoveliquidityrequest.js +43 -15
  114. package/dist/esm/models/components/pendleremoveliquidityrequest.js.map +1 -1
  115. package/dist/esm/models/components/pendlesellptparams.d.ts +47 -17
  116. package/dist/esm/models/components/pendlesellptparams.d.ts.map +1 -1
  117. package/dist/esm/models/components/pendlesellptparams.js +43 -15
  118. package/dist/esm/models/components/pendlesellptparams.js.map +1 -1
  119. package/dist/esm/models/components/pendlesellptrequest.d.ts +47 -17
  120. package/dist/esm/models/components/pendlesellptrequest.d.ts.map +1 -1
  121. package/dist/esm/models/components/pendlesellptrequest.js +43 -15
  122. package/dist/esm/models/components/pendlesellptrequest.js.map +1 -1
  123. package/dist/esm/models/components/pendlesellytparams.d.ts +47 -17
  124. package/dist/esm/models/components/pendlesellytparams.d.ts.map +1 -1
  125. package/dist/esm/models/components/pendlesellytparams.js +43 -15
  126. package/dist/esm/models/components/pendlesellytparams.js.map +1 -1
  127. package/dist/esm/models/components/pendlesellytrequest.d.ts +47 -17
  128. package/dist/esm/models/components/pendlesellytrequest.d.ts.map +1 -1
  129. package/dist/esm/models/components/pendlesellytrequest.js +43 -15
  130. package/dist/esm/models/components/pendlesellytrequest.js.map +1 -1
  131. package/dist/esm/models/components/tokenenum.d.ts +45 -0
  132. package/dist/esm/models/components/tokenenum.d.ts.map +1 -1
  133. package/dist/esm/models/components/tokenenum.js +15 -0
  134. package/dist/esm/models/components/tokenenum.js.map +1 -1
  135. package/dist/esm/models/components/useroperation.d.ts +32 -32
  136. package/dist/esm/models/components/useroperation.d.ts.map +1 -1
  137. package/dist/esm/models/components/useroperation.js +28 -28
  138. package/dist/esm/models/components/useroperation.js.map +1 -1
  139. package/dist/esm/models/operations/aaveavgrate.d.ts +45 -0
  140. package/dist/esm/models/operations/aaveavgrate.d.ts.map +1 -1
  141. package/dist/esm/models/operations/aaveavgrate.js +15 -0
  142. package/dist/esm/models/operations/aaveavgrate.js.map +1 -1
  143. package/dist/esm/models/operations/aaveliquiditychange.d.ts +45 -0
  144. package/dist/esm/models/operations/aaveliquiditychange.d.ts.map +1 -1
  145. package/dist/esm/models/operations/aaveliquiditychange.js +15 -0
  146. package/dist/esm/models/operations/aaveliquiditychange.js.map +1 -1
  147. package/dist/esm/models/operations/aaverate.d.ts +45 -0
  148. package/dist/esm/models/operations/aaverate.d.ts.map +1 -1
  149. package/dist/esm/models/operations/aaverate.js +15 -0
  150. package/dist/esm/models/operations/aaverate.js.map +1 -1
  151. package/dist/esm/models/operations/aavereserveoverview.d.ts +45 -0
  152. package/dist/esm/models/operations/aavereserveoverview.d.ts.map +1 -1
  153. package/dist/esm/models/operations/aavereserveoverview.js +15 -0
  154. package/dist/esm/models/operations/aavereserveoverview.js.map +1 -1
  155. package/dist/esm/models/operations/aavestdrate.d.ts +45 -0
  156. package/dist/esm/models/operations/aavestdrate.d.ts.map +1 -1
  157. package/dist/esm/models/operations/aavestdrate.js +15 -0
  158. package/dist/esm/models/operations/aavestdrate.js.map +1 -1
  159. package/dist/esm/models/operations/aavetokenprice.d.ts +45 -0
  160. package/dist/esm/models/operations/aavetokenprice.d.ts.map +1 -1
  161. package/dist/esm/models/operations/aavetokenprice.js +15 -0
  162. package/dist/esm/models/operations/aavetokenprice.js.map +1 -1
  163. package/dist/esm/models/operations/aaveuserpositionpertoken.d.ts +45 -0
  164. package/dist/esm/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
  165. package/dist/esm/models/operations/aaveuserpositionpertoken.js +15 -0
  166. package/dist/esm/models/operations/aaveuserpositionpertoken.js.map +1 -1
  167. package/dist/esm/models/operations/aerodromeslipstreampoolprice.d.ts +90 -0
  168. package/dist/esm/models/operations/aerodromeslipstreampoolprice.d.ts.map +1 -1
  169. package/dist/esm/models/operations/aerodromeslipstreampoolprice.js +30 -0
  170. package/dist/esm/models/operations/aerodromeslipstreampoolprice.js.map +1 -1
  171. package/dist/esm/models/operations/tokenaddress.d.ts +45 -0
  172. package/dist/esm/models/operations/tokenaddress.d.ts.map +1 -1
  173. package/dist/esm/models/operations/tokenaddress.js +15 -0
  174. package/dist/esm/models/operations/tokenaddress.js.map +1 -1
  175. package/dist/esm/models/operations/uniswappoolprice.d.ts +90 -0
  176. package/dist/esm/models/operations/uniswappoolprice.d.ts.map +1 -1
  177. package/dist/esm/models/operations/uniswappoolprice.js +30 -0
  178. package/dist/esm/models/operations/uniswappoolprice.js.map +1 -1
  179. package/dist/esm/models/operations/uniswapquotebuyexactly.d.ts +90 -0
  180. package/dist/esm/models/operations/uniswapquotebuyexactly.d.ts.map +1 -1
  181. package/dist/esm/models/operations/uniswapquotebuyexactly.js +30 -0
  182. package/dist/esm/models/operations/uniswapquotebuyexactly.js.map +1 -1
  183. package/dist/esm/models/operations/uniswapquotesellexactly.d.ts +90 -0
  184. package/dist/esm/models/operations/uniswapquotesellexactly.d.ts.map +1 -1
  185. package/dist/esm/models/operations/uniswapquotesellexactly.js +30 -0
  186. package/dist/esm/models/operations/uniswapquotesellexactly.js.map +1 -1
  187. package/docs/sdks/pendle/README.md +16 -8
  188. package/jsr.json +1 -1
  189. package/package.json +1 -1
  190. package/src/lib/config.ts +3 -3
  191. package/src/mcp-server/mcp-server.ts +1 -1
  192. package/src/mcp-server/server.ts +1 -1
  193. package/src/models/components/pendleaddliquidityparams.ts +99 -28
  194. package/src/models/components/pendleaddliquidityrequest.ts +100 -28
  195. package/src/models/components/pendleremoveliquidityparams.ts +104 -28
  196. package/src/models/components/pendleremoveliquidityrequest.ts +103 -28
  197. package/src/models/components/pendlesellptparams.ts +96 -27
  198. package/src/models/components/pendlesellptrequest.ts +100 -27
  199. package/src/models/components/pendlesellytparams.ts +96 -27
  200. package/src/models/components/pendlesellytrequest.ts +100 -27
  201. package/src/models/components/tokenenum.ts +15 -0
  202. package/src/models/components/useroperation.ts +98 -98
  203. package/src/models/operations/aaveavgrate.ts +15 -0
  204. package/src/models/operations/aaveliquiditychange.ts +15 -0
  205. package/src/models/operations/aaverate.ts +15 -0
  206. package/src/models/operations/aavereserveoverview.ts +15 -0
  207. package/src/models/operations/aavestdrate.ts +15 -0
  208. package/src/models/operations/aavetokenprice.ts +15 -0
  209. package/src/models/operations/aaveuserpositionpertoken.ts +15 -0
  210. package/src/models/operations/aerodromeslipstreampoolprice.ts +30 -0
  211. package/src/models/operations/tokenaddress.ts +15 -0
  212. package/src/models/operations/uniswappoolprice.ts +30 -0
  213. package/src/models/operations/uniswapquotebuyexactly.ts +30 -0
  214. package/src/models/operations/uniswapquotesellexactly.ts +30 -0
@@ -259,15 +259,15 @@ export type Body =
259
259
  actionType: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
260
260
  })
261
261
  | (OdosSwapParams & { actionType: "ODOS_SWAP" })
262
+ | (PendleAddLiquidityParams & { actionType: "PENDLE_ADD_LIQUIDITY" })
262
263
  | (PendleBuyPtParams & { actionType: "PENDLE_BUY_PT" })
263
264
  | (PendleBuyYtParams & { actionType: "PENDLE_BUY_YT" })
264
- | (AaveBorrowParams & { actionType: "AAVE_BORROW" })
265
- | (AaveRepayParams & { actionType: "AAVE_REPAY" })
266
- | (AaveWithdrawParams & { actionType: "AAVE_WITHDRAW" })
267
- | (PendleAddLiquidityParams & { actionType: "PENDLE_ADD_LIQUIDITY" })
268
265
  | (PendleRemoveLiquidityParams & { actionType: "PENDLE_REMOVE_LIQUIDITY" })
269
266
  | (PendleSellPtParams & { actionType: "PENDLE_SELL_PT" })
270
267
  | (PendleSellYtParams & { actionType: "PENDLE_SELL_YT" })
268
+ | (AaveBorrowParams & { actionType: "AAVE_BORROW" })
269
+ | (AaveRepayParams & { actionType: "AAVE_REPAY" })
270
+ | (AaveWithdrawParams & { actionType: "AAVE_WITHDRAW" })
271
271
  | (SetAllowanceParams & { actionType: "SET_ALLOWANCE" })
272
272
  | (TokenTransferErc20Params & { actionType: "TOKEN_TRANSFER_ERC20" })
273
273
  | (AaveSupplyParams & { actionType: "AAVE_SUPPLY" })
@@ -318,15 +318,15 @@ export type UserOperation = {
318
318
  actionType: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
319
319
  })
320
320
  | (OdosSwapParams & { actionType: "ODOS_SWAP" })
321
+ | (PendleAddLiquidityParams & { actionType: "PENDLE_ADD_LIQUIDITY" })
321
322
  | (PendleBuyPtParams & { actionType: "PENDLE_BUY_PT" })
322
323
  | (PendleBuyYtParams & { actionType: "PENDLE_BUY_YT" })
323
- | (AaveBorrowParams & { actionType: "AAVE_BORROW" })
324
- | (AaveRepayParams & { actionType: "AAVE_REPAY" })
325
- | (AaveWithdrawParams & { actionType: "AAVE_WITHDRAW" })
326
- | (PendleAddLiquidityParams & { actionType: "PENDLE_ADD_LIQUIDITY" })
327
324
  | (PendleRemoveLiquidityParams & { actionType: "PENDLE_REMOVE_LIQUIDITY" })
328
325
  | (PendleSellPtParams & { actionType: "PENDLE_SELL_PT" })
329
326
  | (PendleSellYtParams & { actionType: "PENDLE_SELL_YT" })
327
+ | (AaveBorrowParams & { actionType: "AAVE_BORROW" })
328
+ | (AaveRepayParams & { actionType: "AAVE_REPAY" })
329
+ | (AaveWithdrawParams & { actionType: "AAVE_WITHDRAW" })
330
330
  | (SetAllowanceParams & { actionType: "SET_ALLOWANCE" })
331
331
  | (TokenTransferErc20Params & { actionType: "TOKEN_TRANSFER_ERC20" })
332
332
  | (AaveSupplyParams & { actionType: "AAVE_SUPPLY" })
@@ -412,6 +412,11 @@ export const Body$inboundSchema: z.ZodType<Body, z.ZodTypeDef, unknown> = z
412
412
  actionType: v.action_type,
413
413
  })),
414
414
  ),
415
+ PendleAddLiquidityParams$inboundSchema.and(
416
+ z.object({ action_type: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
417
+ v,
418
+ ) => ({ actionType: v.action_type })),
419
+ ),
415
420
  PendleBuyPtParams$inboundSchema.and(
416
421
  z.object({ action_type: z.literal("PENDLE_BUY_PT") }).transform((v) => ({
417
422
  actionType: v.action_type,
@@ -422,26 +427,6 @@ export const Body$inboundSchema: z.ZodType<Body, z.ZodTypeDef, unknown> = z
422
427
  actionType: v.action_type,
423
428
  })),
424
429
  ),
425
- AaveBorrowParams$inboundSchema.and(
426
- z.object({ action_type: z.literal("AAVE_BORROW") }).transform((v) => ({
427
- actionType: v.action_type,
428
- })),
429
- ),
430
- AaveRepayParams$inboundSchema.and(
431
- z.object({ action_type: z.literal("AAVE_REPAY") }).transform((v) => ({
432
- actionType: v.action_type,
433
- })),
434
- ),
435
- AaveWithdrawParams$inboundSchema.and(
436
- z.object({ action_type: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
437
- actionType: v.action_type,
438
- })),
439
- ),
440
- PendleAddLiquidityParams$inboundSchema.and(
441
- z.object({ action_type: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
442
- v,
443
- ) => ({ actionType: v.action_type })),
444
- ),
445
430
  PendleRemoveLiquidityParams$inboundSchema.and(
446
431
  z.object({ action_type: z.literal("PENDLE_REMOVE_LIQUIDITY") }).transform(
447
432
  (v) => ({ actionType: v.action_type })
@@ -457,6 +442,21 @@ export const Body$inboundSchema: z.ZodType<Body, z.ZodTypeDef, unknown> = z
457
442
  actionType: v.action_type,
458
443
  })),
459
444
  ),
445
+ AaveBorrowParams$inboundSchema.and(
446
+ z.object({ action_type: z.literal("AAVE_BORROW") }).transform((v) => ({
447
+ actionType: v.action_type,
448
+ })),
449
+ ),
450
+ AaveRepayParams$inboundSchema.and(
451
+ z.object({ action_type: z.literal("AAVE_REPAY") }).transform((v) => ({
452
+ actionType: v.action_type,
453
+ })),
454
+ ),
455
+ AaveWithdrawParams$inboundSchema.and(
456
+ z.object({ action_type: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
457
+ actionType: v.action_type,
458
+ })),
459
+ ),
460
460
  SetAllowanceParams$inboundSchema.and(
461
461
  z.object({ action_type: z.literal("SET_ALLOWANCE") }).transform((v) => ({
462
462
  actionType: v.action_type,
@@ -578,19 +578,19 @@ export type Body$Outbound =
578
578
  action_type: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
579
579
  })
580
580
  | (OdosSwapParams$Outbound & { action_type: "ODOS_SWAP" })
581
- | (PendleBuyPtParams$Outbound & { action_type: "PENDLE_BUY_PT" })
582
- | (PendleBuyYtParams$Outbound & { action_type: "PENDLE_BUY_YT" })
583
- | (AaveBorrowParams$Outbound & { action_type: "AAVE_BORROW" })
584
- | (AaveRepayParams$Outbound & { action_type: "AAVE_REPAY" })
585
- | (AaveWithdrawParams$Outbound & { action_type: "AAVE_WITHDRAW" })
586
581
  | (PendleAddLiquidityParams$Outbound & {
587
582
  action_type: "PENDLE_ADD_LIQUIDITY";
588
583
  })
584
+ | (PendleBuyPtParams$Outbound & { action_type: "PENDLE_BUY_PT" })
585
+ | (PendleBuyYtParams$Outbound & { action_type: "PENDLE_BUY_YT" })
589
586
  | (PendleRemoveLiquidityParams$Outbound & {
590
587
  action_type: "PENDLE_REMOVE_LIQUIDITY";
591
588
  })
592
589
  | (PendleSellPtParams$Outbound & { action_type: "PENDLE_SELL_PT" })
593
590
  | (PendleSellYtParams$Outbound & { action_type: "PENDLE_SELL_YT" })
591
+ | (AaveBorrowParams$Outbound & { action_type: "AAVE_BORROW" })
592
+ | (AaveRepayParams$Outbound & { action_type: "AAVE_REPAY" })
593
+ | (AaveWithdrawParams$Outbound & { action_type: "AAVE_WITHDRAW" })
594
594
  | (SetAllowanceParams$Outbound & { action_type: "SET_ALLOWANCE" })
595
595
  | (TokenTransferErc20Params$Outbound & {
596
596
  action_type: "TOKEN_TRANSFER_ERC20";
@@ -677,6 +677,11 @@ export const Body$outboundSchema: z.ZodType<Body$Outbound, z.ZodTypeDef, Body> =
677
677
  action_type: v.actionType,
678
678
  })),
679
679
  ),
680
+ PendleAddLiquidityParams$outboundSchema.and(
681
+ z.object({ actionType: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
682
+ v,
683
+ ) => ({ action_type: v.actionType })),
684
+ ),
680
685
  PendleBuyPtParams$outboundSchema.and(
681
686
  z.object({ actionType: z.literal("PENDLE_BUY_PT") }).transform((v) => ({
682
687
  action_type: v.actionType,
@@ -687,26 +692,6 @@ export const Body$outboundSchema: z.ZodType<Body$Outbound, z.ZodTypeDef, Body> =
687
692
  action_type: v.actionType,
688
693
  })),
689
694
  ),
690
- AaveBorrowParams$outboundSchema.and(
691
- z.object({ actionType: z.literal("AAVE_BORROW") }).transform((v) => ({
692
- action_type: v.actionType,
693
- })),
694
- ),
695
- AaveRepayParams$outboundSchema.and(
696
- z.object({ actionType: z.literal("AAVE_REPAY") }).transform((v) => ({
697
- action_type: v.actionType,
698
- })),
699
- ),
700
- AaveWithdrawParams$outboundSchema.and(
701
- z.object({ actionType: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
702
- action_type: v.actionType,
703
- })),
704
- ),
705
- PendleAddLiquidityParams$outboundSchema.and(
706
- z.object({ actionType: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
707
- v,
708
- ) => ({ action_type: v.actionType })),
709
- ),
710
695
  PendleRemoveLiquidityParams$outboundSchema.and(
711
696
  z.object({ actionType: z.literal("PENDLE_REMOVE_LIQUIDITY") }).transform((
712
697
  v,
@@ -722,6 +707,21 @@ export const Body$outboundSchema: z.ZodType<Body$Outbound, z.ZodTypeDef, Body> =
722
707
  action_type: v.actionType,
723
708
  })),
724
709
  ),
710
+ AaveBorrowParams$outboundSchema.and(
711
+ z.object({ actionType: z.literal("AAVE_BORROW") }).transform((v) => ({
712
+ action_type: v.actionType,
713
+ })),
714
+ ),
715
+ AaveRepayParams$outboundSchema.and(
716
+ z.object({ actionType: z.literal("AAVE_REPAY") }).transform((v) => ({
717
+ action_type: v.actionType,
718
+ })),
719
+ ),
720
+ AaveWithdrawParams$outboundSchema.and(
721
+ z.object({ actionType: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
722
+ action_type: v.actionType,
723
+ })),
724
+ ),
725
725
  SetAllowanceParams$outboundSchema.and(
726
726
  z.object({ actionType: z.literal("SET_ALLOWANCE") }).transform((v) => ({
727
727
  action_type: v.actionType,
@@ -903,6 +903,11 @@ export const UserOperation$inboundSchema: z.ZodType<
903
903
  actionType: v.action_type,
904
904
  })),
905
905
  ),
906
+ PendleAddLiquidityParams$inboundSchema.and(
907
+ z.object({ action_type: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
908
+ v,
909
+ ) => ({ actionType: v.action_type })),
910
+ ),
906
911
  PendleBuyPtParams$inboundSchema.and(
907
912
  z.object({ action_type: z.literal("PENDLE_BUY_PT") }).transform((v) => ({
908
913
  actionType: v.action_type,
@@ -913,26 +918,6 @@ export const UserOperation$inboundSchema: z.ZodType<
913
918
  actionType: v.action_type,
914
919
  })),
915
920
  ),
916
- AaveBorrowParams$inboundSchema.and(
917
- z.object({ action_type: z.literal("AAVE_BORROW") }).transform((v) => ({
918
- actionType: v.action_type,
919
- })),
920
- ),
921
- AaveRepayParams$inboundSchema.and(
922
- z.object({ action_type: z.literal("AAVE_REPAY") }).transform((v) => ({
923
- actionType: v.action_type,
924
- })),
925
- ),
926
- AaveWithdrawParams$inboundSchema.and(
927
- z.object({ action_type: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
928
- actionType: v.action_type,
929
- })),
930
- ),
931
- PendleAddLiquidityParams$inboundSchema.and(
932
- z.object({ action_type: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
933
- v,
934
- ) => ({ actionType: v.action_type })),
935
- ),
936
921
  PendleRemoveLiquidityParams$inboundSchema.and(
937
922
  z.object({ action_type: z.literal("PENDLE_REMOVE_LIQUIDITY") }).transform(
938
923
  (v) => ({ actionType: v.action_type })
@@ -948,6 +933,21 @@ export const UserOperation$inboundSchema: z.ZodType<
948
933
  actionType: v.action_type,
949
934
  })),
950
935
  ),
936
+ AaveBorrowParams$inboundSchema.and(
937
+ z.object({ action_type: z.literal("AAVE_BORROW") }).transform((v) => ({
938
+ actionType: v.action_type,
939
+ })),
940
+ ),
941
+ AaveRepayParams$inboundSchema.and(
942
+ z.object({ action_type: z.literal("AAVE_REPAY") }).transform((v) => ({
943
+ actionType: v.action_type,
944
+ })),
945
+ ),
946
+ AaveWithdrawParams$inboundSchema.and(
947
+ z.object({ action_type: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
948
+ actionType: v.action_type,
949
+ })),
950
+ ),
951
951
  SetAllowanceParams$inboundSchema.and(
952
952
  z.object({ action_type: z.literal("SET_ALLOWANCE") }).transform((v) => ({
953
953
  actionType: v.action_type,
@@ -1073,19 +1073,19 @@ export type UserOperation$Outbound = {
1073
1073
  action_type: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
1074
1074
  })
1075
1075
  | (OdosSwapParams$Outbound & { action_type: "ODOS_SWAP" })
1076
- | (PendleBuyPtParams$Outbound & { action_type: "PENDLE_BUY_PT" })
1077
- | (PendleBuyYtParams$Outbound & { action_type: "PENDLE_BUY_YT" })
1078
- | (AaveBorrowParams$Outbound & { action_type: "AAVE_BORROW" })
1079
- | (AaveRepayParams$Outbound & { action_type: "AAVE_REPAY" })
1080
- | (AaveWithdrawParams$Outbound & { action_type: "AAVE_WITHDRAW" })
1081
1076
  | (PendleAddLiquidityParams$Outbound & {
1082
1077
  action_type: "PENDLE_ADD_LIQUIDITY";
1083
1078
  })
1079
+ | (PendleBuyPtParams$Outbound & { action_type: "PENDLE_BUY_PT" })
1080
+ | (PendleBuyYtParams$Outbound & { action_type: "PENDLE_BUY_YT" })
1084
1081
  | (PendleRemoveLiquidityParams$Outbound & {
1085
1082
  action_type: "PENDLE_REMOVE_LIQUIDITY";
1086
1083
  })
1087
1084
  | (PendleSellPtParams$Outbound & { action_type: "PENDLE_SELL_PT" })
1088
1085
  | (PendleSellYtParams$Outbound & { action_type: "PENDLE_SELL_YT" })
1086
+ | (AaveBorrowParams$Outbound & { action_type: "AAVE_BORROW" })
1087
+ | (AaveRepayParams$Outbound & { action_type: "AAVE_REPAY" })
1088
+ | (AaveWithdrawParams$Outbound & { action_type: "AAVE_WITHDRAW" })
1089
1089
  | (SetAllowanceParams$Outbound & { action_type: "SET_ALLOWANCE" })
1090
1090
  | (TokenTransferErc20Params$Outbound & {
1091
1091
  action_type: "TOKEN_TRANSFER_ERC20";
@@ -1179,6 +1179,11 @@ export const UserOperation$outboundSchema: z.ZodType<
1179
1179
  action_type: v.actionType,
1180
1180
  })),
1181
1181
  ),
1182
+ PendleAddLiquidityParams$outboundSchema.and(
1183
+ z.object({ actionType: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
1184
+ v,
1185
+ ) => ({ action_type: v.actionType })),
1186
+ ),
1182
1187
  PendleBuyPtParams$outboundSchema.and(
1183
1188
  z.object({ actionType: z.literal("PENDLE_BUY_PT") }).transform((v) => ({
1184
1189
  action_type: v.actionType,
@@ -1189,26 +1194,6 @@ export const UserOperation$outboundSchema: z.ZodType<
1189
1194
  action_type: v.actionType,
1190
1195
  })),
1191
1196
  ),
1192
- AaveBorrowParams$outboundSchema.and(
1193
- z.object({ actionType: z.literal("AAVE_BORROW") }).transform((v) => ({
1194
- action_type: v.actionType,
1195
- })),
1196
- ),
1197
- AaveRepayParams$outboundSchema.and(
1198
- z.object({ actionType: z.literal("AAVE_REPAY") }).transform((v) => ({
1199
- action_type: v.actionType,
1200
- })),
1201
- ),
1202
- AaveWithdrawParams$outboundSchema.and(
1203
- z.object({ actionType: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
1204
- action_type: v.actionType,
1205
- })),
1206
- ),
1207
- PendleAddLiquidityParams$outboundSchema.and(
1208
- z.object({ actionType: z.literal("PENDLE_ADD_LIQUIDITY") }).transform((
1209
- v,
1210
- ) => ({ action_type: v.actionType })),
1211
- ),
1212
1197
  PendleRemoveLiquidityParams$outboundSchema.and(
1213
1198
  z.object({ actionType: z.literal("PENDLE_REMOVE_LIQUIDITY") }).transform((
1214
1199
  v,
@@ -1224,6 +1209,21 @@ export const UserOperation$outboundSchema: z.ZodType<
1224
1209
  action_type: v.actionType,
1225
1210
  })),
1226
1211
  ),
1212
+ AaveBorrowParams$outboundSchema.and(
1213
+ z.object({ actionType: z.literal("AAVE_BORROW") }).transform((v) => ({
1214
+ action_type: v.actionType,
1215
+ })),
1216
+ ),
1217
+ AaveRepayParams$outboundSchema.and(
1218
+ z.object({ actionType: z.literal("AAVE_REPAY") }).transform((v) => ({
1219
+ action_type: v.actionType,
1220
+ })),
1221
+ ),
1222
+ AaveWithdrawParams$outboundSchema.and(
1223
+ z.object({ actionType: z.literal("AAVE_WITHDRAW") }).transform((v) => ({
1224
+ action_type: v.actionType,
1225
+ })),
1226
+ ),
1227
1227
  SetAllowanceParams$outboundSchema.and(
1228
1228
  z.object({ actionType: z.literal("SET_ALLOWANCE") }).transform((v) => ({
1229
1229
  action_type: v.actionType,
@@ -71,6 +71,21 @@ export const AaveAvgRateToken = {
71
71
  Virtual: "VIRTUAL",
72
72
  EzETH: "ezETH",
73
73
  Cyber: "CYBER",
74
+ WrsETH: "wrsETH",
75
+ EBTC: "eBTC",
76
+ Eurc: "EURC",
77
+ EUSDe: "eUSDe",
78
+ Fbtc: "FBTC",
79
+ Lbtc: "LBTC",
80
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
81
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
82
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
83
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
84
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
85
+ Rlusd: "RLUSD",
86
+ Usd0: "USD₮0",
87
+ USDbC: "USDbC",
88
+ USDtb: "USDtb",
74
89
  } as const;
75
90
  /**
76
91
  * A class representing the token.
@@ -74,6 +74,21 @@ export const AaveLiquidityChangeToken = {
74
74
  Virtual: "VIRTUAL",
75
75
  EzETH: "ezETH",
76
76
  Cyber: "CYBER",
77
+ WrsETH: "wrsETH",
78
+ EBTC: "eBTC",
79
+ Eurc: "EURC",
80
+ EUSDe: "eUSDe",
81
+ Fbtc: "FBTC",
82
+ Lbtc: "LBTC",
83
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
84
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
85
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
86
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
87
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
88
+ Rlusd: "RLUSD",
89
+ Usd0: "USD₮0",
90
+ USDbC: "USDbC",
91
+ USDtb: "USDtb",
77
92
  } as const;
78
93
  /**
79
94
  * A class representing the token.
@@ -71,6 +71,21 @@ export const AaveRateToken = {
71
71
  Virtual: "VIRTUAL",
72
72
  EzETH: "ezETH",
73
73
  Cyber: "CYBER",
74
+ WrsETH: "wrsETH",
75
+ EBTC: "eBTC",
76
+ Eurc: "EURC",
77
+ EUSDe: "eUSDe",
78
+ Fbtc: "FBTC",
79
+ Lbtc: "LBTC",
80
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
81
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
82
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
83
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
84
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
85
+ Rlusd: "RLUSD",
86
+ Usd0: "USD₮0",
87
+ USDbC: "USDbC",
88
+ USDtb: "USDtb",
74
89
  } as const;
75
90
  /**
76
91
  * A class representing the token.
@@ -73,6 +73,21 @@ export const AaveReserveOverviewToken = {
73
73
  Virtual: "VIRTUAL",
74
74
  EzETH: "ezETH",
75
75
  Cyber: "CYBER",
76
+ WrsETH: "wrsETH",
77
+ EBTC: "eBTC",
78
+ Eurc: "EURC",
79
+ EUSDe: "eUSDe",
80
+ Fbtc: "FBTC",
81
+ Lbtc: "LBTC",
82
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
83
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
84
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
85
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
86
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
87
+ Rlusd: "RLUSD",
88
+ Usd0: "USD₮0",
89
+ USDbC: "USDbC",
90
+ USDtb: "USDtb",
76
91
  } as const;
77
92
  /**
78
93
  * A class representing the token.
@@ -71,6 +71,21 @@ export const AaveStdRateToken = {
71
71
  Virtual: "VIRTUAL",
72
72
  EzETH: "ezETH",
73
73
  Cyber: "CYBER",
74
+ WrsETH: "wrsETH",
75
+ EBTC: "eBTC",
76
+ Eurc: "EURC",
77
+ EUSDe: "eUSDe",
78
+ Fbtc: "FBTC",
79
+ Lbtc: "LBTC",
80
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
81
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
82
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
83
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
84
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
85
+ Rlusd: "RLUSD",
86
+ Usd0: "USD₮0",
87
+ USDbC: "USDbC",
88
+ USDtb: "USDtb",
74
89
  } as const;
75
90
  /**
76
91
  * A class representing the token.
@@ -71,6 +71,21 @@ export const AaveTokenPriceToken = {
71
71
  Virtual: "VIRTUAL",
72
72
  EzETH: "ezETH",
73
73
  Cyber: "CYBER",
74
+ WrsETH: "wrsETH",
75
+ EBTC: "eBTC",
76
+ Eurc: "EURC",
77
+ EUSDe: "eUSDe",
78
+ Fbtc: "FBTC",
79
+ Lbtc: "LBTC",
80
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
81
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
82
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
83
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
84
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
85
+ Rlusd: "RLUSD",
86
+ Usd0: "USD₮0",
87
+ USDbC: "USDbC",
88
+ USDtb: "USDtb",
74
89
  } as const;
75
90
  /**
76
91
  * A class representing the token.
@@ -73,6 +73,21 @@ export const AaveUserPositionPerTokenToken = {
73
73
  Virtual: "VIRTUAL",
74
74
  EzETH: "ezETH",
75
75
  Cyber: "CYBER",
76
+ WrsETH: "wrsETH",
77
+ EBTC: "eBTC",
78
+ Eurc: "EURC",
79
+ EUSDe: "eUSDe",
80
+ Fbtc: "FBTC",
81
+ Lbtc: "LBTC",
82
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
83
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
84
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
85
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
86
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
87
+ Rlusd: "RLUSD",
88
+ Usd0: "USD₮0",
89
+ USDbC: "USDbC",
90
+ USDtb: "USDtb",
76
91
  } as const;
77
92
  /**
78
93
  * A class representing the token.
@@ -72,6 +72,21 @@ export const AerodromeSlipstreamPoolPriceTokenInToken = {
72
72
  Virtual: "VIRTUAL",
73
73
  EzETH: "ezETH",
74
74
  Cyber: "CYBER",
75
+ WrsETH: "wrsETH",
76
+ EBTC: "eBTC",
77
+ Eurc: "EURC",
78
+ EUSDe: "eUSDe",
79
+ Fbtc: "FBTC",
80
+ Lbtc: "LBTC",
81
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
82
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
83
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
84
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
85
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
86
+ Rlusd: "RLUSD",
87
+ Usd0: "USD₮0",
88
+ USDbC: "USDbC",
89
+ USDtb: "USDtb",
75
90
  } as const;
76
91
  /**
77
92
  * A class representing the token.
@@ -141,6 +156,21 @@ export const AerodromeSlipstreamPoolPriceTokenOutToken = {
141
156
  Virtual: "VIRTUAL",
142
157
  EzETH: "ezETH",
143
158
  Cyber: "CYBER",
159
+ WrsETH: "wrsETH",
160
+ EBTC: "eBTC",
161
+ Eurc: "EURC",
162
+ EUSDe: "eUSDe",
163
+ Fbtc: "FBTC",
164
+ Lbtc: "LBTC",
165
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
166
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
167
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
168
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
169
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
170
+ Rlusd: "RLUSD",
171
+ Usd0: "USD₮0",
172
+ USDbC: "USDbC",
173
+ USDtb: "USDtb",
144
174
  } as const;
145
175
  /**
146
176
  * A class representing the token.
@@ -71,6 +71,21 @@ export const TokenAddressToken = {
71
71
  Virtual: "VIRTUAL",
72
72
  EzETH: "ezETH",
73
73
  Cyber: "CYBER",
74
+ WrsETH: "wrsETH",
75
+ EBTC: "eBTC",
76
+ Eurc: "EURC",
77
+ EUSDe: "eUSDe",
78
+ Fbtc: "FBTC",
79
+ Lbtc: "LBTC",
80
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
81
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
82
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
83
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
84
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
85
+ Rlusd: "RLUSD",
86
+ Usd0: "USD₮0",
87
+ USDbC: "USDbC",
88
+ USDtb: "USDtb",
74
89
  } as const;
75
90
  /**
76
91
  * A class representing the token.
@@ -72,6 +72,21 @@ export const UniswapPoolPriceTokenInToken = {
72
72
  Virtual: "VIRTUAL",
73
73
  EzETH: "ezETH",
74
74
  Cyber: "CYBER",
75
+ WrsETH: "wrsETH",
76
+ EBTC: "eBTC",
77
+ Eurc: "EURC",
78
+ EUSDe: "eUSDe",
79
+ Fbtc: "FBTC",
80
+ Lbtc: "LBTC",
81
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
82
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
83
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
84
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
85
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
86
+ Rlusd: "RLUSD",
87
+ Usd0: "USD₮0",
88
+ USDbC: "USDbC",
89
+ USDtb: "USDtb",
75
90
  } as const;
76
91
  /**
77
92
  * A class representing the token.
@@ -141,6 +156,21 @@ export const UniswapPoolPriceTokenOutToken = {
141
156
  Virtual: "VIRTUAL",
142
157
  EzETH: "ezETH",
143
158
  Cyber: "CYBER",
159
+ WrsETH: "wrsETH",
160
+ EBTC: "eBTC",
161
+ Eurc: "EURC",
162
+ EUSDe: "eUSDe",
163
+ Fbtc: "FBTC",
164
+ Lbtc: "LBTC",
165
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
166
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
167
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
168
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
169
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
170
+ Rlusd: "RLUSD",
171
+ Usd0: "USD₮0",
172
+ USDbC: "USDbC",
173
+ USDtb: "USDtb",
144
174
  } as const;
145
175
  /**
146
176
  * A class representing the token.
@@ -74,6 +74,21 @@ export const UniswapQuoteBuyExactlyTokenInToken = {
74
74
  Virtual: "VIRTUAL",
75
75
  EzETH: "ezETH",
76
76
  Cyber: "CYBER",
77
+ WrsETH: "wrsETH",
78
+ EBTC: "eBTC",
79
+ Eurc: "EURC",
80
+ EUSDe: "eUSDe",
81
+ Fbtc: "FBTC",
82
+ Lbtc: "LBTC",
83
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
84
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
85
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
86
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
87
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
88
+ Rlusd: "RLUSD",
89
+ Usd0: "USD₮0",
90
+ USDbC: "USDbC",
91
+ USDtb: "USDtb",
77
92
  } as const;
78
93
  /**
79
94
  * A class representing the token.
@@ -143,6 +158,21 @@ export const UniswapQuoteBuyExactlyTokenOutToken = {
143
158
  Virtual: "VIRTUAL",
144
159
  EzETH: "ezETH",
145
160
  Cyber: "CYBER",
161
+ WrsETH: "wrsETH",
162
+ EBTC: "eBTC",
163
+ Eurc: "EURC",
164
+ EUSDe: "eUSDe",
165
+ Fbtc: "FBTC",
166
+ Lbtc: "LBTC",
167
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
168
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
169
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
170
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
171
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
172
+ Rlusd: "RLUSD",
173
+ Usd0: "USD₮0",
174
+ USDbC: "USDbC",
175
+ USDtb: "USDtb",
146
176
  } as const;
147
177
  /**
148
178
  * A class representing the token.
@@ -74,6 +74,21 @@ export const UniswapQuoteSellExactlyTokenInToken = {
74
74
  Virtual: "VIRTUAL",
75
75
  EzETH: "ezETH",
76
76
  Cyber: "CYBER",
77
+ WrsETH: "wrsETH",
78
+ EBTC: "eBTC",
79
+ Eurc: "EURC",
80
+ EUSDe: "eUSDe",
81
+ Fbtc: "FBTC",
82
+ Lbtc: "LBTC",
83
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
84
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
85
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
86
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
87
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
88
+ Rlusd: "RLUSD",
89
+ Usd0: "USD₮0",
90
+ USDbC: "USDbC",
91
+ USDtb: "USDtb",
77
92
  } as const;
78
93
  /**
79
94
  * A class representing the token.
@@ -143,6 +158,21 @@ export const UniswapQuoteSellExactlyTokenOutToken = {
143
158
  Virtual: "VIRTUAL",
144
159
  EzETH: "ezETH",
145
160
  Cyber: "CYBER",
161
+ WrsETH: "wrsETH",
162
+ EBTC: "eBTC",
163
+ Eurc: "EURC",
164
+ EUSDe: "eUSDe",
165
+ Fbtc: "FBTC",
166
+ Lbtc: "LBTC",
167
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
168
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
169
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
170
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
171
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
172
+ Rlusd: "RLUSD",
173
+ Usd0: "USD₮0",
174
+ USDbC: "USDbC",
175
+ USDtb: "USDtb",
146
176
  } as const;
147
177
  /**
148
178
  * A class representing the token.