Skip to content

Commit 84c7f4f

Browse files
committed
remove StaticIntervalPollingControllerNext usage
1 parent 53b2087 commit 84c7f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gas-fee-controller/src/GasFeeController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type {
1919
NetworkState,
2020
ProviderProxy,
2121
} from '@metamask/network-controller';
22-
import { StaticIntervalPollingControllerNext } from '@metamask/polling-controller';
22+
import { StaticIntervalPollingController } from '@metamask/polling-controller';
2323
import type { Hex } from '@metamask/utils';
2424
import { v1 as random } from 'uuid';
2525

@@ -285,7 +285,7 @@ type GasFeePollingInput = {
285285
/**
286286
* Controller that retrieves gas fee estimate data and polls for updated data on a set interval
287287
*/
288-
export class GasFeeController extends StaticIntervalPollingControllerNext<GasFeePollingInput>()<
288+
export class GasFeeController extends StaticIntervalPollingController<GasFeePollingInput>()<
289289
typeof name,
290290
GasFeeState,
291291
GasFeeMessenger

0 commit comments

Comments
 (0)