@riocrypto/common-server 1.0.1288 → 1.0.1290

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.
@@ -116,6 +116,7 @@ class FireblocksClient {
116
116
  let balance = 0;
117
117
  exchanges.forEach((exchange) => {
118
118
  exchange.assets.forEach((asset) => {
119
+ console.log(asset);
119
120
  if ([
120
121
  common_1.Crypto.USDC,
121
122
  common_1.Crypto.USDCPolygon,
@@ -123,6 +124,7 @@ class FireblocksClient {
123
124
  common_1.Crypto.USDCSolana,
124
125
  common_1.Crypto.USDTEthereum,
125
126
  "USDT",
127
+ "USD",
126
128
  common_1.Crypto.USDTPolygon,
127
129
  common_1.Crypto.USDTTron,
128
130
  ].includes(asset.id)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1288",
3
+ "version": "1.0.1290",
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.1164",
30
+ "@riocrypto/common": "^1.0.1170",
31
31
  "@types/express": "^4.17.13",
32
32
  "axios": "^0.27.2",
33
33
  "ccxt": "^3.0.30",