60p82u21t54k 1.1.43 → 1.1.44

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.
@@ -2497,10 +2497,11 @@ const getGetBankCardDataResponse = (raw) => {
2497
2497
  };
2498
2498
  })) != null ? _f : [],
2499
2499
  cryptoAccount: (_h = (_g = raw.mdAccountCrypto) == null ? void 0 : _g.map((item) => {
2500
- var _a2;
2500
+ var _a2, _b2;
2501
2501
  return {
2502
2502
  id: item.id,
2503
2503
  name: getCryptoName(raw.mdCryptoDetail.cryptoNetworks, (_a2 = item.cn_id) != null ? _a2 : 0),
2504
+ networkId: (_b2 = item.cn_id) != null ? _b2 : 0,
2504
2505
  address: item.address
2505
2506
  };
2506
2507
  })) != null ? _h : [],