@covalenthq/client-sdk 0.7.1 → 0.7.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.
package/dist/cjs/index.js CHANGED
@@ -5589,7 +5589,7 @@ class TokenV2Volume {
5589
5589
  this.contract_address = data.contract_address;
5590
5590
  this.contract_name = data.contract_name;
5591
5591
  this.total_liquidity = data.total_liquidity;
5592
- this.total_volume24h = data.total_volume24h;
5592
+ this.total_volume_24h = data.total_volume_24h;
5593
5593
  this.logo_url = data.logo_url;
5594
5594
  this.contract_ticker_symbol = data.contract_ticker_symbol;
5595
5595
  this.contract_decimals = data.contract_decimals;
@@ -6795,7 +6795,7 @@ class XykService {
6795
6795
  }
6796
6796
  }
6797
6797
 
6798
- const userAgent = "com.covalenthq.sdk.typescript/0.7.1";
6798
+ const userAgent = "com.covalenthq.sdk.typescript/0.7.2";
6799
6799
  /**
6800
6800
  * CovalentClient Class
6801
6801
  */