@riocrypto/common-server 1.0.1875 → 1.0.1877

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.
@@ -344,12 +344,10 @@ const buildClusterClient = () => __awaiter(void 0, void 0, void 0, function* ()
344
344
  const baseUrl = process.env.RIO_ENV === common_1.RioEnv.Local
345
345
  ? "http://ingress-nginx-controller.ingress-nginx.svc.cluster.local"
346
346
  : process.env.RIO_ENV === common_1.RioEnv.Development
347
- ? "https://dev.riotransfer.co"
347
+ ? "https://app.dev.rio.trade"
348
348
  : process.env.RIO_ENV === common_1.RioEnv.Production
349
- ? "https://www.riotransfer.co"
350
- : process.env.RIO_ENV === common_1.RioEnv.Staging
351
- ? "https://staging.riotransfer.co"
352
- : "https://sandbox.riotransfer.co";
349
+ ? "https://app.rio.trade"
350
+ : "https://app.sandbox.rio.trade";
353
351
  return new ClusterClient(baseUrl, CLUSTER_API_KEY);
354
352
  });
355
353
  exports.buildClusterClient = buildClusterClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1875",
3
+ "version": "1.0.1877",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "@google-cloud/secret-manager": "^5.3.0",
27
27
  "@google-cloud/storage": "^6.9.5",
28
28
  "@hyperdx/node-opentelemetry": "^0.4.2",
29
- "@riocrypto/common": "^1.0.1681",
29
+ "@riocrypto/common": "^1.0.1683",
30
30
  "@types/express": "^4.17.13",
31
31
  "axios": "^1.6.0",
32
32
  "crypto-js": "^4.2.0",