@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.
@@ -2684,7 +2684,7 @@ class SwapspaceSwapProvider extends SwapProvider {
2684
2684
  constructor(apiKeysProxyUrl, cache, customCoinBuilder = (coin, network) => null, useRestrictedCoinsSet = true) {
2685
2685
  super();
2686
2686
  this._supportedCoins = [];
2687
- this._URL = `${apiKeysProxyUrl}/swapspace`;
2687
+ this._URL = `${apiKeysProxyUrl}`;
2688
2688
  this._maxRateDigits = 20;
2689
2689
  this.useRestrictedCoinsSet = useRestrictedCoinsSet;
2690
2690
  this._customCoinBuilder = customCoinBuilder;