@metamask-previews/gas-fee-controller 26.0.2-preview-fa81dffb → 26.0.2-preview-ab102d86

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.
@@ -157,8 +157,8 @@ type GasFeePollingInput = {
157
157
  networkClientId: NetworkClientId;
158
158
  };
159
159
  declare const GasFeeController_base: (abstract new (...args: any[]) => {
160
- readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
161
- "__#14@#intervalLength": number | undefined;
160
+ readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
161
+ "__#15@#intervalLength": number | undefined;
162
162
  setIntervalLength(intervalLength: number): void;
163
163
  getIntervalLength(): number | undefined;
164
164
  _startPolling(input: GasFeePollingInput): void;
@@ -157,8 +157,8 @@ type GasFeePollingInput = {
157
157
  networkClientId: NetworkClientId;
158
158
  };
159
159
  declare const GasFeeController_base: (abstract new (...args: any[]) => {
160
- readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
161
- "__#14@#intervalLength": number | undefined;
160
+ readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
161
+ "__#15@#intervalLength": number | undefined;
162
162
  setIntervalLength(intervalLength: number): void;
163
163
  getIntervalLength(): number | undefined;
164
164
  _startPolling(input: GasFeePollingInput): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gas-fee-controller",
3
- "version": "26.0.2-preview-fa81dffb",
3
+ "version": "26.0.2-preview-ab102d86",
4
4
  "description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",
5
5
  "keywords": [
6
6
  "MetaMask",