@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.module.js
CHANGED
|
@@ -3906,7 +3906,7 @@ var PublicSwapService = /*#__PURE__*/function () {
|
|
|
3906
3906
|
};
|
|
3907
3907
|
}
|
|
3908
3908
|
Logger.log("Retrieved " + (result == null || (_result$coins = result.coins) == null ? void 0 : _result$coins.length) + " supported currencies for swap", loggerSource);
|
|
3909
|
-
if (result.coins
|
|
3909
|
+
if (result.coins.length > 1) {
|
|
3910
3910
|
var temp = result.coins[0];
|
|
3911
3911
|
result.coins[0] = result.coins[1];
|
|
3912
3912
|
result.coins[1] = temp;
|