@rabbitio/ui-kit 1.0.0-beta.18 → 1.0.0-beta.19
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/swaps-lib/services/publicSwapService.js +1 -4
package/dist/index.cjs
CHANGED
|
@@ -3912,7 +3912,7 @@ var PublicSwapService = /*#__PURE__*/function () {
|
|
|
3912
3912
|
};
|
|
3913
3913
|
}
|
|
3914
3914
|
Logger.log("Retrieved " + (result == null || (_result$coins = result.coins) == null ? void 0 : _result$coins.length) + " supported currencies for swap", loggerSource);
|
|
3915
|
-
if (result.coins
|
|
3915
|
+
if (result.coins.length > 1) {
|
|
3916
3916
|
var temp = result.coins[0];
|
|
3917
3917
|
result.coins[0] = result.coins[1];
|
|
3918
3918
|
result.coins[1] = temp;
|