@riocrypto/common-server 1.0.2151 → 1.0.2152

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.
@@ -382,7 +382,7 @@ class BitsoClient {
382
382
  if (!usdt) {
383
383
  throw new Error("Unable to get USDT balance");
384
384
  }
385
- const usdc = balances.find((obj) => obj.currency === "usdc");
385
+ const usdc = balances.find((obj) => obj.currency === "usd");
386
386
  if (!usdc) {
387
387
  throw new Error("Unable to get USDC balance");
388
388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2151",
3
+ "version": "1.0.2152",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",