cleanup
This commit is contained in:
@@ -152,9 +152,7 @@ export class MarketOperationUtils {
|
|||||||
),
|
),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const [makerTokenInfo, takerTokenInfo] = tokenInfos;
|
const [{ decimals: makerTokenDecimals }, { decimals: takerTokenDecimals }] = tokenInfos;
|
||||||
const makerTokenDecimals = makerTokenInfo.decimals;
|
|
||||||
const takerTokenDecimals = takerTokenInfo.decimals;
|
|
||||||
|
|
||||||
const isRfqSupported = !!_opts.rfqt;
|
const isRfqSupported = !!_opts.rfqt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user