stackswap-front-api-test-02 1.0.88 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -266,7 +266,7 @@ export class SwapManager {
266
266
  return ` 1 ${token_y.symbol} = ${new BigNumber((1 / price)).toFixed(token_x.decimal)} ${token_x.symbol}`;
267
267
  }
268
268
  else {
269
- return ` 1 ${token_x.symbol} = ${new BigNumber(price).toFixed(token_x.decimal)} ${token_y.symbol}`;
269
+ return ` 1 ${token_x.symbol} = ${new BigNumber(price).toFixed(token_y.decimal)} ${token_y.symbol}`;
270
270
  }
271
271
  }
272
272
  return '';