@covalenthq/client-sdk 2.0.2 → 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.
@@ -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.2";
3
+ var version = "2.0.3";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {