@rabbitio/ui-kit 1.0.0-beta.36 → 1.0.0-beta.37

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.
@@ -2995,7 +2995,7 @@ var SwapspaceSwapProvider = /*#__PURE__*/function (_SwapProvider) {
2995
2995
  }
2996
2996
  _this = _SwapProvider.call(this) || this;
2997
2997
  _this._supportedCoins = [];
2998
- _this._URL = apiKeysProxyUrl + "/swapspace";
2998
+ _this._URL = "" + apiKeysProxyUrl;
2999
2999
  _this._maxRateDigits = 20;
3000
3000
  _this.useRestrictedCoinsSet = useRestrictedCoinsSet;
3001
3001
  _this._customCoinBuilder = customCoinBuilder;