@riocrypto/common-server 1.0.1297 → 1.0.1299

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.
@@ -10,9 +10,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getNetworkFees = void 0;
13
- const fireblocks_client_1 = require("../clients/fireblocks-client");
14
13
  const common_1 = require("@riocrypto/common");
15
14
  const ccxt_client_1 = require("../clients/ccxt-client");
15
+ const fireblocks_client_1 = require("../clients/fireblocks-client");
16
16
  const getNetworkFees = (crypto, conversionRateToUSD) => __awaiter(void 0, void 0, void 0, function* () {
17
17
  const address = crypto === common_1.Crypto.USDCSolana
18
18
  ? "HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1297",
3
+ "version": "1.0.1299",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@everapi/currencyapi-js": "^1.0.6",
28
28
  "@google-cloud/storage": "^6.9.5",
29
29
  "@google-cloud/vision": "^4.0.2",
30
- "@riocrypto/common": "^1.0.1174",
30
+ "@riocrypto/common": "^1.0.1176",
31
31
  "@types/express": "^4.17.13",
32
32
  "axios": "^0.27.2",
33
33
  "ccxt": "^3.0.30",