add changelog and comments to pr #62
This commit is contained in:
parent
e70ec02be8
commit
67c95bc0b7
@ -5,6 +5,18 @@
|
||||
{
|
||||
"note": "Added Crypto.com",
|
||||
"pr": 43
|
||||
},
|
||||
{
|
||||
"note": "Add `getQuoteInfoMinBuyAmount` to quote consumer utils",
|
||||
"pr": 62
|
||||
},
|
||||
{
|
||||
"note": "Add `unoptimizedQuoteInfo` and `unoptimizedOrders` to SwapQuoteBase",
|
||||
"pr": 62
|
||||
},
|
||||
{
|
||||
"note": "Add `unoptimizedPath` to OptimizerResult",
|
||||
"pr": 62
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -181,6 +181,8 @@ export interface GetExtensionContractTypeOpts {
|
||||
* orders: An array of objects conforming to OptimizedMarketOrder. These orders can be used to cover the requested assetBuyAmount plus slippage.
|
||||
* bestCaseQuoteInfo: Info about the best case price for the asset.
|
||||
* worstCaseQuoteInfo: Info about the worst case price for the asset.
|
||||
* unoptimizedQuoteInfo: Info about the unoptimized (best single source) price for the swap
|
||||
* unoptimizedOrders: Orders used in the unoptimized quote info
|
||||
*/
|
||||
export interface SwapQuoteBase {
|
||||
takerAssetData: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user