@rango-dev/queue-manager-rango-preset 0.1.11-next.2 → 0.1.11-next.3

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.
@@ -789,7 +789,10 @@ function logRPCError(error, swap, currentStep, walletType) {
789
789
  }
790
790
  }
791
791
 
792
- var httpService = /*#__PURE__*/new rangoSdk.RangoClient(RANGO_DAPP_API_KEY || '', RANGO_DAPP_API_BASE_URL);
792
+ // this API key is limited and
793
+ // it is only for test purpose
794
+ var RANGO_PUBLIC_API_KEY = 'c6381a79-2817-4602-83bf-6a641a409e32';
795
+ var httpService = /*#__PURE__*/new rangoSdk.RangoClient(RANGO_DAPP_API_KEY || RANGO_PUBLIC_API_KEY, RANGO_DAPP_API_BASE_URL);
793
796
 
794
797
  var swapClaimedBy = null;
795
798
  /**