@covalenthq/client-sdk 0.8.4 → 0.8.5

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.
@@ -1,4 +1,4 @@
1
- export { CovalentClient, Client, Chain, Quote, CovalentClientSettings } from "./services/CovalentClient";
1
+ export { CovalentClient, Client, Chain, Quote, CovalentClientSettings, ChainID } from "./services/CovalentClient";
2
2
  export * from "./util/types/BalanceServiceTypes";
3
3
  export * from "./util/types/BaseServiceTypes";
4
4
  export * from "./util/types/NftServiceTypes";
package/dist/cjs/index.js CHANGED
@@ -6262,6 +6262,7 @@ class TokenV2Volume {
6262
6262
  this.pretty_total_volume_24h_quote = data.pretty_total_volume_24h_quote;
6263
6263
  this.total_liquidity_quote = data.total_liquidity_quote;
6264
6264
  this.total_volume_24h_quote = data.total_volume_24h_quote;
6265
+ this.explorers = data.explorers && data.explorers !== null ? data.explorers.map((itemData) => new Explorer(itemData)) : null;
6265
6266
  }
6266
6267
  }
6267
6268
  class NetworkExchangeTokenViewResponse {
@@ -7805,7 +7806,7 @@ class XykService {
7805
7806
  }
7806
7807
  }
7807
7808
 
7808
- const userAgent = "com.covalenthq.sdk.typescript/0.8.4";
7809
+ const userAgent = "com.covalenthq.sdk.typescript/0.8.5";
7809
7810
  /**
7810
7811
  * CovalentClient Class
7811
7812
  */