File tree Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Original file line number Diff line number Diff line change 1- # sequence-api v0.4.0 41bad73b43784be3b15b6b47dc632c4484669ba4
1+ # sequence-api v0.4.0 32605a4c16cb4db0c0c2dcc0a6c319830539af0e
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -1788,6 +1788,40 @@ components:
17881788 type : string
17891789 approveData :
17901790 type : string
1791+ SwapQuoteV2 :
1792+ type : object
1793+ required :
1794+ - currencyAddress
1795+ - currencyBalance
1796+ - price
1797+ - maxPrice
1798+ - to
1799+ - transactionData
1800+ - transactionValue
1801+ - approveData
1802+ - amount
1803+ - amountMin
1804+ properties :
1805+ currencyAddress :
1806+ type : string
1807+ currencyBalance :
1808+ type : string
1809+ price :
1810+ type : string
1811+ maxPrice :
1812+ type : string
1813+ to :
1814+ type : string
1815+ transactionData :
1816+ type : string
1817+ transactionValue :
1818+ type : string
1819+ approveData :
1820+ type : string
1821+ amount :
1822+ type : string
1823+ amountMin :
1824+ type : string
17911825 CurrencyGroup :
17921826 type : object
17931827 required :
@@ -2577,6 +2611,8 @@ components:
25772611 type : string
25782612 buyAmount :
25792613 type : string
2614+ sellAmount :
2615+ type : string
25802616 chainId :
25812617 type : number
25822618 includeApprove :
@@ -2671,7 +2707,7 @@ components:
26712707 type : object
26722708 properties :
26732709 swapQuote :
2674- $ref : ' #/components/schemas/SwapQuote '
2710+ $ref : ' #/components/schemas/SwapQuoteV2 '
26752711 API_GetLifiChains_Response :
26762712 type : object
26772713 properties :
You can’t perform that action at this time.
0 commit comments