@metamask-previews/gas-fee-controller
Advanced tools
Comparing version 8.0.0-preview.7cc5454 to 8.0.0-preview.885fefd
@@ -113,2 +113,3 @@ "use strict"; | ||
this.clientId = clientId; | ||
// @ts-expect-error TODO: Provider type alignment | ||
this.ethQuery = new eth_query_1.default(__classPrivateFieldGet(this, _GasFeeController_getProvider, "f").call(this)); | ||
@@ -276,2 +277,3 @@ if (onNetworkStateChange && getChainId) { | ||
} | ||
// @ts-expect-error TODO: Provider type alignment | ||
const ethQuery = new eth_query_1.default(networkClient.provider); | ||
@@ -304,2 +306,3 @@ const gasFeeCalculations = yield (0, determineGasFeeCalculations_1.default)({ | ||
if (newChainId !== this.currentChainId) { | ||
// @ts-expect-error TODO: Provider type alignment | ||
this.ethQuery = new eth_query_1.default(__classPrivateFieldGet(this, _GasFeeController_getProvider, "f").call(this)); | ||
@@ -306,0 +309,0 @@ yield this.resetPolling(); |
{ | ||
"name": "@metamask-previews/gas-fee-controller", | ||
"version": "8.0.0-preview.7cc5454", | ||
"version": "8.0.0-preview.885fefd", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
170726
1446