@rabbitio/ui-kit 1.0.0-beta.31 → 1.0.0-beta.32

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 CHANGED
@@ -2975,7 +2975,7 @@ var SwapspaceSwapProvider = /*#__PURE__*/function (_SwapProvider) {
2975
2975
  }
2976
2976
  _this = _SwapProvider.call(this) || this;
2977
2977
  _this._supportedCoins = [];
2978
- _this._URL = apiKeysProxyUrl + "/swapspace";
2978
+ _this._URL = "" + apiKeysProxyUrl;
2979
2979
  _this._maxRateDigits = 20;
2980
2980
  _this.useRestrictedCoinsSet = useRestrictedCoinsSet;
2981
2981
  _this._customCoinBuilder = customCoinBuilder;