@riocrypto/common-server 1.0.1750 → 1.0.1751

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.
@@ -207,6 +207,8 @@ class FireblocksClient {
207
207
  common_1.Crypto.USDTTron,
208
208
  ];
209
209
  if (filterList.includes(asset.id)) {
210
+ console.log(asset.id);
211
+ console.log(asset.available);
210
212
  balance += Number(asset.available);
211
213
  }
212
214
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1750",
3
+ "version": "1.0.1751",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",