@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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/services/CovalentClient.d.ts +1 -1
- package/dist/cjs/services/XykService.d.ts +1 -1
- package/dist/cjs/util/types/XykServiceTypes.d.ts +1 -1
- package/dist/es/index.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/es/services/CovalentClient.d.ts +1 -1
- package/dist/es/services/XykService.d.ts +1 -1
- package/dist/es/util/types/XykServiceTypes.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/services/CovalentClient.d.ts +1 -1
- package/dist/esm/services/XykService.d.ts +1 -1
- package/dist/esm/util/types/XykServiceTypes.d.ts +1 -1
- package/dist/services/CovalentClient.d.ts +1 -1
- package/dist/services/CovalentClient.js +1 -1
- package/dist/services/XykService.d.ts +1 -1
- package/dist/services/XykService.js +1 -1
- package/dist/services/XykService.js.map +1 -1
- package/dist/util/types/XykServiceTypes.d.ts +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
6798
|
+
const userAgent = "com.covalenthq.sdk.typescript/0.7.2";
|
|
6799
6799
|
/**
|
|
6800
6800
|
* CovalentClient Class
|
|
6801
6801
|
*/
|