@riocrypto/common-server 1.0.1667 → 1.0.1668

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.
@@ -23,13 +23,15 @@ class ClusterClient {
23
23
  this.axios = axios_1.default.create({
24
24
  baseURL: baseUrl,
25
25
  headers: {
26
- Host: process.env.RIO_ENV === common_1.RioEnv.Development
27
- ? "dev.riotransfer.co"
28
- : process.env.RIO_ENV === common_1.RioEnv.Staging
29
- ? "staging.riotransfer.co"
30
- : process.env.RIO_ENV === common_1.RioEnv.Sandbox
31
- ? "sandbox.riotransfer.co"
32
- : "www.riotransfer.co",
26
+ Host: process.env.RIO_ENV === common_1.RioEnv.Local
27
+ ? "localhost"
28
+ : process.env.RIO_ENV === common_1.RioEnv.Development
29
+ ? "dev.riotransfer.co"
30
+ : process.env.RIO_ENV === common_1.RioEnv.Staging
31
+ ? "staging.riotransfer.co"
32
+ : process.env.RIO_ENV === common_1.RioEnv.Sandbox
33
+ ? "sandbox.riotransfer.co"
34
+ : "www.riotransfer.co",
33
35
  },
34
36
  });
35
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1667",
3
+ "version": "1.0.1668",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",