@metamask-previews/assets-controller 8.3.2-preview-c5f8cd0af → 8.3.2-preview-4808a4122

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 (28) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/AssetsController.cjs.map +1 -1
  3. package/dist/AssetsController.d.cts +2 -2
  4. package/dist/AssetsController.d.cts.map +1 -1
  5. package/dist/AssetsController.d.mts +2 -2
  6. package/dist/AssetsController.d.mts.map +1 -1
  7. package/dist/AssetsController.mjs.map +1 -1
  8. package/dist/data-sources/RpcDataSource.cjs +15 -2
  9. package/dist/data-sources/RpcDataSource.cjs.map +1 -1
  10. package/dist/data-sources/RpcDataSource.d.cts +2 -2
  11. package/dist/data-sources/RpcDataSource.d.cts.map +1 -1
  12. package/dist/data-sources/RpcDataSource.d.mts +2 -2
  13. package/dist/data-sources/RpcDataSource.d.mts.map +1 -1
  14. package/dist/data-sources/RpcDataSource.mjs +15 -2
  15. package/dist/data-sources/RpcDataSource.mjs.map +1 -1
  16. package/dist/data-sources/StakedBalanceDataSource.cjs +27 -1
  17. package/dist/data-sources/StakedBalanceDataSource.cjs.map +1 -1
  18. package/dist/data-sources/StakedBalanceDataSource.d.cts.map +1 -1
  19. package/dist/data-sources/StakedBalanceDataSource.d.mts.map +1 -1
  20. package/dist/data-sources/StakedBalanceDataSource.mjs +27 -1
  21. package/dist/data-sources/StakedBalanceDataSource.mjs.map +1 -1
  22. package/dist/data-sources/evm-rpc-services/services/BalanceFetcher.d.cts +2 -2
  23. package/dist/data-sources/evm-rpc-services/services/BalanceFetcher.d.mts +2 -2
  24. package/dist/data-sources/evm-rpc-services/services/StakedBalanceFetcher.d.cts +2 -2
  25. package/dist/data-sources/evm-rpc-services/services/StakedBalanceFetcher.d.mts +2 -2
  26. package/dist/data-sources/evm-rpc-services/services/TokenDetector.d.cts +2 -2
  27. package/dist/data-sources/evm-rpc-services/services/TokenDetector.d.mts +2 -2
  28. package/package.json +1 -1
@@ -27,8 +27,8 @@ export type DetectionPollingInput = {
27
27
  */
28
28
  export type OnDetectionUpdateCallback = (result: TokenDetectionResult) => void;
29
29
  declare const TokenDetector_base: (abstract new (...args: any[]) => {
30
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
31
- "__#15@#intervalLength": number | undefined;
30
+ readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
31
+ "__#17@#intervalLength": number | undefined;
32
32
  setIntervalLength(intervalLength: number): void;
33
33
  getIntervalLength(): number | undefined;
34
34
  _startPolling(input: DetectionPollingInput): void;
@@ -27,8 +27,8 @@ export type DetectionPollingInput = {
27
27
  */
28
28
  export type OnDetectionUpdateCallback = (result: TokenDetectionResult) => void;
29
29
  declare const TokenDetector_base: (abstract new (...args: any[]) => {
30
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
31
- "__#15@#intervalLength": number | undefined;
30
+ readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
31
+ "__#17@#intervalLength": number | undefined;
32
32
  setIntervalLength(intervalLength: number): void;
33
33
  getIntervalLength(): number | undefined;
34
34
  _startPolling(input: DetectionPollingInput): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controller",
3
- "version": "8.3.2-preview-c5f8cd0af",
3
+ "version": "8.3.2-preview-4808a4122",
4
4
  "description": "Tracks assets balances/prices and handles token detection across all digital assets",
5
5
  "keywords": [
6
6
  "Ethereum",