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.
- package/dist/60p82u21t54k.cjs.js +1 -1
- package/dist/60p82u21t54k.es.js +5 -5
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/getCryptoList/getGetCryptoListResponse.d.ts +7 -5
- package/dist/model/getCryptoList/getGetCryptoListResponse.d.ts.map +1 -1
- package/dist/model/getCryptoList/type.d.ts +4 -4
- package/dist/model/getCryptoList/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -4848,12 +4848,12 @@ const getGetCryptoListResponse = (raw) => {
|
|
|
4848
4848
|
coinList: (_b = raw.data.map((coin) => {
|
|
4849
4849
|
var _a2;
|
|
4850
4850
|
return {
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
network: (_a2 = coin.network_support.map((network) => {
|
|
4851
|
+
name: coin.coin,
|
|
4852
|
+
protocol: (_a2 = coin.supported_protocols.map((protocol) => {
|
|
4854
4853
|
return {
|
|
4855
|
-
|
|
4856
|
-
|
|
4854
|
+
name: protocol.protocol,
|
|
4855
|
+
cryptoId: protocol.crypto_id,
|
|
4856
|
+
networkId: protocol.network_id
|
|
4857
4857
|
};
|
|
4858
4858
|
})) != null ? _a2 : []
|
|
4859
4859
|
};
|