This commit is contained in:
Lawrence Forman
2021-11-06 23:27:08 -04:00
parent a5912c293e
commit eabca7a2ee

View File

@@ -152,9 +152,7 @@ export class MarketOperationUtils {
),
]);
const [makerTokenInfo, takerTokenInfo] = tokenInfos;
const makerTokenDecimals = makerTokenInfo.decimals;
const takerTokenDecimals = takerTokenInfo.decimals;
const [{ decimals: makerTokenDecimals }, { decimals: takerTokenDecimals }] = tokenInfos;
const isRfqSupported = !!_opts.rfqt;