@metamask-previews/gas-fee-controller 25.0.0-preview-7b44fb9a → 25.0.0-preview-70abd50a
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.
|
@@ -152,8 +152,8 @@ type GasFeePollingInput = {
|
|
|
152
152
|
networkClientId: NetworkClientId;
|
|
153
153
|
};
|
|
154
154
|
declare const GasFeeController_base: (abstract new (...args: any[]) => {
|
|
155
|
-
readonly "__#
|
|
156
|
-
"__#
|
|
155
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
156
|
+
"__#15@#intervalLength": number | undefined;
|
|
157
157
|
setIntervalLength(intervalLength: number): void;
|
|
158
158
|
getIntervalLength(): number | undefined;
|
|
159
159
|
_startPolling(input: GasFeePollingInput): void;
|
|
@@ -152,8 +152,8 @@ type GasFeePollingInput = {
|
|
|
152
152
|
networkClientId: NetworkClientId;
|
|
153
153
|
};
|
|
154
154
|
declare const GasFeeController_base: (abstract new (...args: any[]) => {
|
|
155
|
-
readonly "__#
|
|
156
|
-
"__#
|
|
155
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
156
|
+
"__#15@#intervalLength": number | undefined;
|
|
157
157
|
setIntervalLength(intervalLength: number): void;
|
|
158
158
|
getIntervalLength(): number | undefined;
|
|
159
159
|
_startPolling(input: GasFeePollingInput): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "25.0.0-preview-
|
|
3
|
+
"version": "25.0.0-preview-70abd50a",
|
|
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",
|