File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
- # sequence-api v0.4.0 1903426523ab00db8143b3757b145f81e2685540
1
+ # sequence-api v0.4.0 0b8efdfc0a7213cdf649c64bd3a31cde14b94342
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -827,6 +827,12 @@ components:
827
827
enum :
828
828
- buy
829
829
- sell
830
+ GetLifiSwapRouteDirection :
831
+ type : string
832
+ description : Represented as uint8 on the server side
833
+ enum :
834
+ - to
835
+ - from
830
836
TokenType :
831
837
type : string
832
838
description : Represented as uint8 on the server side
@@ -1751,6 +1757,25 @@ components:
1751
1757
type : string
1752
1758
logoUri :
1753
1759
type : string
1760
+ GetLifiSwapRouteParams :
1761
+ type : object
1762
+ required :
1763
+ - direction
1764
+ - chainId
1765
+ - walletAddress
1766
+ - tokenAddress
1767
+ - tokenAmount
1768
+ properties :
1769
+ direction :
1770
+ $ref : ' #/components/schemas/GetLifiSwapRouteDirection'
1771
+ chainId :
1772
+ type : number
1773
+ walletAddress :
1774
+ type : string
1775
+ tokenAddress :
1776
+ type : string
1777
+ tokenAmount :
1778
+ type : string
1754
1779
LifiSwapRoute :
1755
1780
type : object
1756
1781
required :
@@ -2785,6 +2810,8 @@ components:
2785
2810
API_GetLifiSwapRoutes_Request :
2786
2811
type : object
2787
2812
properties :
2813
+ params :
2814
+ $ref : ' #/components/schemas/GetLifiSwapRouteParams'
2788
2815
chainId :
2789
2816
type : number
2790
2817
toTokenAddress :
@@ -3440,7 +3467,9 @@ paths:
3440
3467
/rpc/API/GetLifiSwapRoutes :
3441
3468
post :
3442
3469
tags : ["API"]
3443
- summary : " "
3470
+ summary : " All parameters except `params` are deprecated."
3471
+ description : |
3472
+ Use only the `params` object to pass values.
3444
3473
requestBody :
3445
3474
content :
3446
3475
application/json :
You can’t perform that action at this time.
0 commit comments