@rango-dev/widget-embedded 0.1.11-next.15 → 0.1.11-next.17

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.
@@ -2250,11 +2250,11 @@ function ConfirmSwapErrors(errors) {
2250
2250
  return errors.flatMap(error => {
2251
2251
  switch (error.type) {
2252
2252
  case ConfirmSwapErrorTypes.NO_ROUTE:
2253
- return "No routes found. Please try again later.";
2253
+ return 'No routes found. Please try again later.';
2254
2254
  case ConfirmSwapErrorTypes.REQUEST_FAILED:
2255
2255
  return `Failed to confirm swap ${error.status ? `'status': ${error.status})` : ''}, please try again.`;
2256
2256
  case ConfirmSwapErrorTypes.ROUTE_UPDATED_WITH_HIGH_VALUE_LOSS:
2257
- return "Route updated and price impact is too high, try again later!";
2257
+ return 'Route updated and price impact is too high, try again later!';
2258
2258
  case ConfirmSwapErrorTypes.INSUFFICIENT_SLIPPAGE:
2259
2259
  return React__default.createElement(MinRequiredSlippage, {
2260
2260
  minRequiredSlippage: error.minRequiredSlippage