@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.
@@ -2969,7 +2969,7 @@ var SwapspaceSwapProvider = /*#__PURE__*/function (_SwapProvider) {
2969
2969
  }
2970
2970
  _this = _SwapProvider.call(this) || this;
2971
2971
  _this._supportedCoins = [];
2972
- _this._URL = apiKeysProxyUrl + "/swapspace";
2972
+ _this._URL = "" + apiKeysProxyUrl;
2973
2973
  _this._maxRateDigits = 20;
2974
2974
  _this.useRestrictedCoinsSet = useRestrictedCoinsSet;
2975
2975
  _this._customCoinBuilder = customCoinBuilder;