@covalenthq/client-sdk 2.0.1 → 2.0.3

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.
Files changed (33) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/src/utils/types/Generic.types.d.ts +1 -1
  5. package/dist/esm/index.js +1 -1
  6. package/dist/esm/index.js.map +1 -1
  7. package/dist/esm/src/utils/types/Generic.types.d.ts +1 -1
  8. package/package.json +30 -17
  9. package/dist/es/index.d.ts +0 -17
  10. package/dist/es/index.js +0 -2854
  11. package/dist/es/index.js.map +0 -1
  12. package/dist/es/src/GoldRushClient.d.ts +0 -20
  13. package/dist/es/src/services/BalanceService.d.ts +0 -125
  14. package/dist/es/src/services/BaseService.d.ts +0 -161
  15. package/dist/es/src/services/NftService.d.ts +0 -157
  16. package/dist/es/src/services/PricingService.d.ts +0 -25
  17. package/dist/es/src/services/SecurityService.d.ts +0 -28
  18. package/dist/es/src/services/TransactionService.d.ts +0 -128
  19. package/dist/es/src/utils/functions/bigIntParser.d.ts +0 -1
  20. package/dist/es/src/utils/functions/calculatePrettyBalance.d.ts +0 -1
  21. package/dist/es/src/utils/functions/debugOutput.d.ts +0 -2
  22. package/dist/es/src/utils/functions/endpointGenerator.d.ts +0 -4
  23. package/dist/es/src/utils/functions/execution.d.ts +0 -11
  24. package/dist/es/src/utils/functions/isValidApiKey.d.ts +0 -1
  25. package/dist/es/src/utils/functions/paginateEndpoint.d.ts +0 -7
  26. package/dist/es/src/utils/functions/prettifyCurrency.d.ts +0 -2
  27. package/dist/es/src/utils/types/BalanceService.types.d.ts +0 -442
  28. package/dist/es/src/utils/types/BaseService.types.d.ts +0 -326
  29. package/dist/es/src/utils/types/Generic.types.d.ts +0 -477
  30. package/dist/es/src/utils/types/NftService.types.d.ts +0 -273
  31. package/dist/es/src/utils/types/PricingService.types.d.ts +0 -39
  32. package/dist/es/src/utils/types/SecurityService.types.d.ts +0 -122
  33. package/dist/es/src/utils/types/TransactionService.types.d.ts +0 -474
@@ -330,7 +330,7 @@ export declare enum ChainID {
330
330
  SCROLL_MAINNET = 534352,
331
331
  COVALENT_INTERNAL_NETWORK_V1 = 1131378225
332
332
  }
333
- export type Chain = ChainID | ChainName;
333
+ export type Chain = ChainID | ChainName | `${ChainName}` | `${ChainID}`;
334
334
  export type Source = "Ponder" | "GoldRush" | "Viem";
335
335
  export type Quote = "USD" | "CAD" | "EUR" | "SGD" | "INR" | "JPY" | "VND" | "CNY" | "KRW" | "RUB" | "TRY" | "NGN" | "ARS" | "AUD" | "CHF" | "GBP";
336
336
  export interface Pagination {
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import Big from 'big.js';
2
2
 
3
- var version = "2.0.1";
3
+ var version = "2.0.3";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {