60p82u21t54k 1.2.1 → 1.2.2

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.
@@ -2503,7 +2503,9 @@ const getGetBankCardDataResponse = (raw) => {
2503
2503
  var _a2, _b2, _c2, _d2;
2504
2504
  return {
2505
2505
  id: item.id,
2506
- name: (_c2 = (_b2 = raw.mdCryptoDetail) == null ? void 0 : _b2.cryptoNetworks[(_a2 = item.cn_id) != null ? _a2 : 0].name) != null ? _c2 : "",
2506
+ name: (_c2 = (_b2 = raw.mdCryptoDetail) == null ? void 0 : _b2.cryptoNetworks[(_a2 = raw.mdCryptoDetail) == null ? void 0 : _a2.cryptoNetworks.findIndex(
2507
+ (network) => item.cn_id == network.id
2508
+ )].name) != null ? _c2 : "",
2507
2509
  networkId: (_d2 = item.cn_id) != null ? _d2 : 0,
2508
2510
  address: item.address
2509
2511
  };