@covalenthq/client-sdk 0.9.0 → 0.9.1

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/cjs/index.js CHANGED
@@ -6191,6 +6191,8 @@ class PoolsDexDataItem {
6191
6191
  this.volume_24h_quote = data.volume_24h_quote;
6192
6192
  this.volume_7d_quote = data.volume_7d_quote;
6193
6193
  this.fee_24h_quote = data.fee_24h_quote;
6194
+ this.quote_rate = data.quote_rate;
6195
+ this.pretty_quote_rate = data.pretty_quote_rate;
6194
6196
  this.annualized_fee = data.annualized_fee;
6195
6197
  this.pretty_volume_24h_quote = data.pretty_volume_24h_quote;
6196
6198
  this.pretty_volume_7d_quote = data.pretty_volume_7d_quote;
@@ -7830,7 +7832,7 @@ class XykService {
7830
7832
  }
7831
7833
  }
7832
7834
 
7833
- const userAgent = "com.covalenthq.sdk.typescript/0.9.0";
7835
+ const userAgent = "com.covalenthq.sdk.typescript/0.9.1";
7834
7836
  class Response {
7835
7837
  }
7836
7838
  /**