@riocrypto/common 1.0.2349 → 1.0.2350

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.
@@ -1 +1 @@
1
- export declare const getBaseUrl: () => "https://app.dev.rio.trade" | "https://app.rio.trade" | "https://app.sandbox.rio.trade" | "https://app.local.rio.trade";
1
+ export declare const getBaseUrl: () => "https://app.dev.rio.trade" | "https://app.rio.trade" | "https://app.sandbox.rio.trade" | "https://app.test.rio.trade" | "https://app.local.rio.trade";
@@ -9,6 +9,8 @@ const getBaseUrl = () => {
9
9
  ? "https://app.rio.trade"
10
10
  : process.env.RIO_ENV === rio_env_1.RioEnv.Sandbox
11
11
  ? "https://app.sandbox.rio.trade"
12
- : "https://app.local.rio.trade";
12
+ : process.env.RIO_ENV === rio_env_1.RioEnv.Test
13
+ ? "https://app.test.rio.trade"
14
+ : "https://app.local.rio.trade";
13
15
  };
14
16
  exports.getBaseUrl = getBaseUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2349",
3
+ "version": "1.0.2350",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",