@aave/react 4.0.0-next.32 → 4.0.0-next.33

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 (55) hide show
  1. package/dist/chunk-3TDVAQWZ.js +1664 -0
  2. package/dist/chunk-3TDVAQWZ.js.map +1 -0
  3. package/dist/chunk-6A77Z4MD.js +2 -0
  4. package/dist/chunk-6A77Z4MD.js.map +1 -0
  5. package/dist/chunk-PYBBLRVB.js +2 -0
  6. package/dist/chunk-PYBBLRVB.js.map +1 -0
  7. package/dist/chunk-Q5WBQO2R.js +2 -0
  8. package/dist/chunk-Q5WBQO2R.js.map +1 -0
  9. package/dist/chunk-SXNP4MR6.js +2 -0
  10. package/dist/chunk-SXNP4MR6.js.map +1 -0
  11. package/dist/ethers.cjs +1637 -1
  12. package/dist/ethers.cjs.map +1 -1
  13. package/dist/ethers.d.cts +2 -5
  14. package/dist/ethers.d.ts +2 -5
  15. package/dist/ethers.js +1 -1
  16. package/dist/ethers.js.map +1 -1
  17. package/dist/index.cjs +1663 -1
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +17 -20
  20. package/dist/index.d.ts +17 -20
  21. package/dist/index.js +1 -1
  22. package/dist/index.js.map +1 -1
  23. package/dist/{misc-Bb3e3jZd.d.ts → misc-B5-hfFfF.d.ts} +4 -7
  24. package/dist/{misc-B2Lsewb5.d.cts → misc-B_3Pj33R.d.cts} +4 -7
  25. package/dist/privy.cjs +1637 -1
  26. package/dist/privy.cjs.map +1 -1
  27. package/dist/privy.d.cts +2 -5
  28. package/dist/privy.d.ts +2 -5
  29. package/dist/privy.js +1 -1
  30. package/dist/privy.js.map +1 -1
  31. package/dist/thirdweb.cjs +1637 -1
  32. package/dist/thirdweb.cjs.map +1 -1
  33. package/dist/thirdweb.d.cts +2 -5
  34. package/dist/thirdweb.d.ts +2 -5
  35. package/dist/thirdweb.js +1 -1
  36. package/dist/thirdweb.js.map +1 -1
  37. package/dist/utils.cjs +1 -1
  38. package/dist/utils.cjs.map +1 -1
  39. package/dist/utils.js +1 -1
  40. package/dist/utils.js.map +1 -1
  41. package/dist/viem/index.cjs +1637 -1
  42. package/dist/viem/index.cjs.map +1 -1
  43. package/dist/viem/index.d.cts +3 -6
  44. package/dist/viem/index.d.ts +3 -6
  45. package/dist/viem/index.js +1 -1
  46. package/dist/viem/index.js.map +1 -1
  47. package/dist/{writes-CcVGQGt5.d.cts → writes-d5YEXauI.d.cts} +1 -4
  48. package/dist/{writes-CcVGQGt5.d.ts → writes-d5YEXauI.d.ts} +1 -4
  49. package/package.json +2 -5
  50. package/dist/chunk-4GURAVFN.js +0 -2
  51. package/dist/chunk-4GURAVFN.js.map +0 -1
  52. package/dist/chunk-4NA4FB6K.js +0 -2
  53. package/dist/chunk-4NA4FB6K.js.map +0 -1
  54. package/dist/chunk-6REYOFJ4.js +0 -2
  55. package/dist/chunk-6REYOFJ4.js.map +0 -1
@@ -1,8 +1,5 @@
1
- import { UnexpectedError, CurrencyQueryOptions } from '@aave/client';
2
- import { UnexpectedError as UnexpectedError$1 } from '@aave/core';
3
- import { ChainRequest, Chain, ChainsRequest, ExchangeRateRequest, ExchangeAmount, ActivityItem, PreviewAction, NativeAmount } from '@aave/graphql';
4
- import { NullishDeep, Prettify } from '@aave/types';
5
- import { a as UseAsyncTask } from './writes-CcVGQGt5.js';
1
+ import { UnexpectedError, NullishDeep, Prettify, ChainRequest, Chain, ChainsRequest, ExchangeRateRequest, ExchangeAmount, ActivityItem, PreviewAction, CurrencyQueryOptions, NativeAmount } from '@aave/client';
2
+ import { a as UseAsyncTask } from './writes-d5YEXauI.js';
6
3
 
7
4
  /**
8
5
  * A read hook result that supports pausing.
@@ -170,7 +167,7 @@ declare function useChain(args: Pausable<UseChainArgs>): PausableReadResult<Chai
170
167
  * }
171
168
  * ```
172
169
  */
173
- declare function useChainAction(): UseAsyncTask<ChainRequest, Chain | null, UnexpectedError$1>;
170
+ declare function useChainAction(): UseAsyncTask<ChainRequest, Chain | null, UnexpectedError>;
174
171
  type UseChainsArgs = ChainsRequest;
175
172
  /**
176
173
  * Fetches the list of supported chains.
@@ -246,7 +243,7 @@ declare function useChains(args?: Pausable<UseChainsArgs>): PausableReadResult<C
246
243
  * console.log('Exchange rate:', result.value);
247
244
  * ```
248
245
  */
249
- declare function useExchangeRateAction(): UseAsyncTask<ExchangeRateRequest, ExchangeAmount, UnexpectedError$1>;
246
+ declare function useExchangeRateAction(): UseAsyncTask<ExchangeRateRequest, ExchangeAmount, UnexpectedError>;
250
247
  type UseExchangeRateArgs = ExchangeRateRequest;
251
248
  /**
252
249
  * Fetches exchange rates between tokens and fiat currencies with automatic polling.
@@ -1,8 +1,5 @@
1
- import { UnexpectedError, CurrencyQueryOptions } from '@aave/client';
2
- import { UnexpectedError as UnexpectedError$1 } from '@aave/core';
3
- import { ChainRequest, Chain, ChainsRequest, ExchangeRateRequest, ExchangeAmount, ActivityItem, PreviewAction, NativeAmount } from '@aave/graphql';
4
- import { NullishDeep, Prettify } from '@aave/types';
5
- import { a as UseAsyncTask } from './writes-CcVGQGt5.cjs';
1
+ import { UnexpectedError, NullishDeep, Prettify, ChainRequest, Chain, ChainsRequest, ExchangeRateRequest, ExchangeAmount, ActivityItem, PreviewAction, CurrencyQueryOptions, NativeAmount } from '@aave/client';
2
+ import { a as UseAsyncTask } from './writes-d5YEXauI.cjs';
6
3
 
7
4
  /**
8
5
  * A read hook result that supports pausing.
@@ -170,7 +167,7 @@ declare function useChain(args: Pausable<UseChainArgs>): PausableReadResult<Chai
170
167
  * }
171
168
  * ```
172
169
  */
173
- declare function useChainAction(): UseAsyncTask<ChainRequest, Chain | null, UnexpectedError$1>;
170
+ declare function useChainAction(): UseAsyncTask<ChainRequest, Chain | null, UnexpectedError>;
174
171
  type UseChainsArgs = ChainsRequest;
175
172
  /**
176
173
  * Fetches the list of supported chains.
@@ -246,7 +243,7 @@ declare function useChains(args?: Pausable<UseChainsArgs>): PausableReadResult<C
246
243
  * console.log('Exchange rate:', result.value);
247
244
  * ```
248
245
  */
249
- declare function useExchangeRateAction(): UseAsyncTask<ExchangeRateRequest, ExchangeAmount, UnexpectedError$1>;
246
+ declare function useExchangeRateAction(): UseAsyncTask<ExchangeRateRequest, ExchangeAmount, UnexpectedError>;
250
247
  type UseExchangeRateArgs = ExchangeRateRequest;
251
248
  /**
252
249
  * Fetches exchange rates between tokens and fiat currencies with automatic polling.