@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +1 -1
package/dist/index.module.js
CHANGED
|
@@ -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 =
|
|
2972
|
+
_this._URL = "" + apiKeysProxyUrl;
|
|
2973
2973
|
_this._maxRateDigits = 20;
|
|
2974
2974
|
_this.useRestrictedCoinsSet = useRestrictedCoinsSet;
|
|
2975
2975
|
_this._customCoinBuilder = customCoinBuilder;
|