@riocrypto/common-server 1.0.1286 → 1.0.1287

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,13 +116,13 @@ class FireblocksClient {
116
116
  let balance = 0;
117
117
  exchanges.forEach((exchange) => {
118
118
  exchange.assets.forEach((asset) => {
119
- console.log(asset);
120
119
  if ([
121
120
  common_1.Crypto.USDC,
122
121
  common_1.Crypto.USDCPolygon,
123
122
  common_1.Crypto.USDCPolygonBridged,
124
123
  common_1.Crypto.USDCSolana,
125
124
  common_1.Crypto.USDTEthereum,
125
+ "USDT",
126
126
  common_1.Crypto.USDTPolygon,
127
127
  common_1.Crypto.USDTTron,
128
128
  ].includes(asset.id)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1286",
3
+ "version": "1.0.1287",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",