@metamask-previews/smart-transactions-controller 24.2.3-preview-aabb3f2e3 → 24.2.3-preview-14cbc2873

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.
@@ -90,8 +90,8 @@ export type SmartTransactionsControllerPollingInput = {
90
90
  chainIds: Hex[];
91
91
  };
92
92
  declare const SmartTransactionsController_base: (abstract new (...args: any[]) => {
93
- readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
94
- "__#17@#intervalLength": number | undefined;
93
+ readonly "__#18@#intervalIds": Record<string, NodeJS.Timeout>;
94
+ "__#18@#intervalLength": number | undefined;
95
95
  setIntervalLength(intervalLength: number): void;
96
96
  getIntervalLength(): number | undefined;
97
97
  _startPolling(input: SmartTransactionsControllerPollingInput): void;
@@ -90,8 +90,8 @@ export type SmartTransactionsControllerPollingInput = {
90
90
  chainIds: Hex[];
91
91
  };
92
92
  declare const SmartTransactionsController_base: (abstract new (...args: any[]) => {
93
- readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
94
- "__#17@#intervalLength": number | undefined;
93
+ readonly "__#18@#intervalIds": Record<string, NodeJS.Timeout>;
94
+ "__#18@#intervalLength": number | undefined;
95
95
  setIntervalLength(intervalLength: number): void;
96
96
  getIntervalLength(): number | undefined;
97
97
  _startPolling(input: SmartTransactionsControllerPollingInput): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/smart-transactions-controller",
3
- "version": "24.2.3-preview-aabb3f2e3",
3
+ "version": "24.2.3-preview-14cbc2873",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "keywords": [
6
6
  "Ethereum",