60p82u21t54k 1.1.46 → 1.1.47

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.
@@ -4848,12 +4848,12 @@ const getGetCryptoListResponse = (raw) => {
4848
4848
  coinList: (_b = raw.data.map((coin) => {
4849
4849
  var _a2;
4850
4850
  return {
4851
- id: coin.coin_id,
4852
- name: coin.coin_name,
4853
- network: (_a2 = coin.network_support.map((network) => {
4851
+ name: coin.coin,
4852
+ protocol: (_a2 = coin.supported_protocols.map((protocol) => {
4854
4853
  return {
4855
- id: network.network_id,
4856
- name: network.network_name
4854
+ name: protocol.protocol,
4855
+ cryptoId: protocol.crypto_id,
4856
+ networkId: protocol.network_id
4857
4857
  };
4858
4858
  })) != null ? _a2 : []
4859
4859
  };