@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.
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/services/CovalentClient.d.ts +1 -1
- package/dist/cjs/services/XykService.d.ts +2 -0
- package/dist/cjs/util/types/XykServiceTypes.d.ts +2 -0
- package/dist/es/index.d.ts +1 -1
- package/dist/es/index.js +2 -1
- package/dist/es/index.js.map +1 -1
- package/dist/es/services/CovalentClient.d.ts +1 -1
- package/dist/es/services/XykService.d.ts +2 -0
- package/dist/es/util/types/XykServiceTypes.d.ts +2 -0
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/services/CovalentClient.d.ts +1 -1
- package/dist/esm/services/XykService.d.ts +2 -0
- package/dist/esm/util/types/XykServiceTypes.d.ts +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/services/CovalentClient.d.ts +1 -1
- package/dist/services/CovalentClient.js +1 -1
- package/dist/services/XykService.d.ts +2 -0
- package/dist/services/XykService.js +1 -0
- package/dist/services/XykService.js.map +1 -1
- package/dist/util/types/XykServiceTypes.d.ts +2 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export type Chain = "btc-mainnet" | "eth-mainnet" | "matic-mainnet" | "bsc-mainn
|
|
|
9
9
|
export type Quote = "USD" | "CAD" | "EUR" | "SGD" | "INR" | "JPY" | "VND" | "CNY" | "KRW" | "RUB" | "TRY" | "NGN" | "ARS" | "AUD" | "CHF" | "GBP";
|
|
10
10
|
export type ChainID = 20090103 | 1 | 137 | 56 | 43114 | 10 | 250 | 1284 | 1285 | 30 | 42161 | 11297108109 | 8217 | 128 | 71402 | 2020 | 9001 | 592 | 4689 | 1666600000 | 25 | 1313161554 | 42262 | 288 | 5 | 80001 | 43113 | 97 | 1287 | 31 | 421613 | 4002 | 11297108099 | 256 | 71401 | 9000 | 336 | 4690 | 1666700000 | 1313161555 | 534354 | 534351 | 1131378225 | 53935 | 73772 | 43288 | 1294 | 56288 | 28 | 1297 | 9728 | 4328 | 1001 | 192837465 | 356256156 | 1564830818 | 278611351 | 432204 | 1026062157 | 432201 | 81 | 338 | 335 | 1088 | 588 | 2002 | 200202 | 2001 | 200101 | 73773 | 1399811149 | 2046399126 | 82 | 83 | 2139927552 | 2888 | 245022926 | 344106930 | 476158412 | 42170 | 7700 | 119 | 1029 | 14 | 114 | 19 | 16 | 321 | 322 | 1422 | 59140 | 84531 | 5001 | 534353 | 248 | 9372 | 2152 | 2154 | 416 | 23294 | 23295 | 420 | 1101 | 1662 | 1024 | 39797 | 49797 | 1663 | 11155111 | 1482601649 | 644937893 | 222000222 | 49321 | 1231 | 1230 | 7777777 | 999 | 245022934 | 2044 | 8453 | 5000 | 262018 | 59144 | 7332 | 10507 | 7979 | 1234 | 1228 | 8888 | 333000333 | 12008 | 12011 | 2038 | 1995 | 12010 | 51178 | 12009 | 12012 | 324 | 599 | 280 | 1343 | 11115 | 6765897100 | 1079 | 13337 | 16350 | 1990 | 20221 | 5611 | 12018 | 12013 | 12020 | 12015 | 12016 | 12014 | 12017 | 12019 | 431234 | 6119 | 73 | 7001 | 42888 | 919 | 5151706 | 923018 | 3441005 | 424 | 58008 | 100 | 10200 | 570 | 57000 | 167007 | 11155420 | 204 | 40 | 41 | 321123 | 360163 | 78431 | 2037 | 17772 | 152703 | 894538 | 179188 | 78432 | 7777 | 986532 | 78430 | 2195 | 11111 | 3012 | 4337 | 534352 | 17000 | 88 | 89 | 20765 | 84532 | 47279324479 | 421614 | 12027 | 12028 | 12029 | 31330 | 31331 | 31332 | 31333 | 31334 | 31335 | 412346 | 8545 | 42220;
|
|
11
11
|
export type Source = "Ponder" | "GoldRush";
|
|
12
|
-
export declare const userAgent = "com.covalenthq.sdk.typescript/0.8.
|
|
12
|
+
export declare const userAgent = "com.covalenthq.sdk.typescript/0.8.5";
|
|
13
13
|
export declare class Response<T> {
|
|
14
14
|
data: T;
|
|
15
15
|
error: boolean;
|
|
@@ -388,6 +388,8 @@ declare class TokenV2Volume {
|
|
|
388
388
|
/** * Use contract decimals to format the token balance for display purposes - divide the balance by `10^{contract_decimals}`. */
|
|
389
389
|
contract_decimals: number;
|
|
390
390
|
swap_count_24h: number;
|
|
391
|
+
/** * The list of explorers for the token address. */
|
|
392
|
+
explorers: Explorer[];
|
|
391
393
|
/** * The exchange rate for the requested quote currency. */
|
|
392
394
|
quote_rate: number;
|
|
393
395
|
/** * The 24h exchange rate for the requested quote currency. */
|
|
@@ -350,6 +350,8 @@ export interface TokenV2Volume {
|
|
|
350
350
|
/** * Use contract decimals to format the token balance for display purposes - divide the balance by `10^{contract_decimals}`. */
|
|
351
351
|
contract_decimals: number;
|
|
352
352
|
swap_count_24h: number;
|
|
353
|
+
/** * The list of explorers for the token address. */
|
|
354
|
+
explorers: Explorer[];
|
|
353
355
|
/** * The exchange rate for the requested quote currency. */
|
|
354
356
|
quote_rate: number;
|
|
355
357
|
/** * The 24h exchange rate for the requested quote currency. */
|
package/dist/es/index.d.ts
CHANGED
|
@@ -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/es/index.js
CHANGED
|
@@ -6260,6 +6260,7 @@ class TokenV2Volume {
|
|
|
6260
6260
|
this.pretty_total_volume_24h_quote = data.pretty_total_volume_24h_quote;
|
|
6261
6261
|
this.total_liquidity_quote = data.total_liquidity_quote;
|
|
6262
6262
|
this.total_volume_24h_quote = data.total_volume_24h_quote;
|
|
6263
|
+
this.explorers = data.explorers && data.explorers !== null ? data.explorers.map((itemData) => new Explorer(itemData)) : null;
|
|
6263
6264
|
}
|
|
6264
6265
|
}
|
|
6265
6266
|
class NetworkExchangeTokenViewResponse {
|
|
@@ -7803,7 +7804,7 @@ class XykService {
|
|
|
7803
7804
|
}
|
|
7804
7805
|
}
|
|
7805
7806
|
|
|
7806
|
-
const userAgent = "com.covalenthq.sdk.typescript/0.8.
|
|
7807
|
+
const userAgent = "com.covalenthq.sdk.typescript/0.8.5";
|
|
7807
7808
|
/**
|
|
7808
7809
|
* CovalentClient Class
|
|
7809
7810
|
*/
|