@riocrypto/common-server 1.0.2827 → 1.0.2828

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.
@@ -246,7 +246,7 @@ class BinanceClient {
246
246
  case common_1.Crypto.USDTTron:
247
247
  return { coin: "USDT", network: "TRX" };
248
248
  case common_1.Crypto.USDTBNB:
249
- return { coin: "USDT", network: "BNB" };
249
+ return { coin: "USDT", network: "BSC" };
250
250
  case common_1.Crypto.ETH:
251
251
  return { coin: "ETH", network: "ETH" };
252
252
  case common_1.Crypto.TRON:
@@ -254,7 +254,7 @@ class BinanceClient {
254
254
  case common_1.Crypto.SOL:
255
255
  return { coin: "SOL", network: "SOL" };
256
256
  case common_1.Crypto.BNB:
257
- return { coin: "BNB", network: "BNB" };
257
+ return { coin: "BNB", network: "BSC" };
258
258
  default:
259
259
  return null;
260
260
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2827",
3
+ "version": "1.0.2828",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",