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