@mycelium-sdk/core 1.0.0-alpha.1 → 1.0.0-alpha.2

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.js CHANGED
@@ -2459,7 +2459,7 @@ var ProtocolsNamespace = class {
2459
2459
  };
2460
2460
 
2461
2461
  // src/constants/general.ts
2462
- var BACKEND_HOSTNAME = "http://localhost:3000";
2462
+ var BACKEND_HOSTNAME = process.env.NODE_ENV === "dev" ? "http://localhost:3000" : "https://mycelium-cloud-production.up.railway.app";
2463
2463
 
2464
2464
  // src/tools/ApiClient.ts
2465
2465
  import axios2 from "axios";