@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 === "
|
|
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
|
}
|