@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.
@@ -2710,7 +2710,7 @@ class SwapspaceSwapProvider extends SwapProvider {
2710
2710
  constructor(apiKeysProxyUrl, cache, customCoinBuilder = (coin, network) => null, useRestrictedCoinsSet = true) {
2711
2711
  super();
2712
2712
  this._supportedCoins = [];
2713
- this._URL = `${apiKeysProxyUrl}/swapspace`;
2713
+ this._URL = `${apiKeysProxyUrl}`;
2714
2714
  this._maxRateDigits = 20;
2715
2715
  this.useRestrictedCoinsSet = useRestrictedCoinsSet;
2716
2716
  this._customCoinBuilder = customCoinBuilder;