mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-02 11:07:59 +03:00
fix: types
This commit is contained in:
@@ -526,6 +526,13 @@ class AggregatorWS {
|
||||
availableAmountOut: item.aao,
|
||||
})),
|
||||
assetsNameMapping: json.anm,
|
||||
usdInfo: json.usd && {
|
||||
availableAmountIn: json.usd.aa,
|
||||
availableAmountOut: json.usd.aao,
|
||||
marketAmountOut: json.usd.mo,
|
||||
marketAmountIn: json.usd.mi,
|
||||
difference: json.usd.d,
|
||||
},
|
||||
};
|
||||
|
||||
switch (json.k) { // kind
|
||||
|
||||
Reference in New Issue
Block a user