@metamask/gas-fee-controller 14.0.1 → 15.1.0

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/dist/GasFeeController.js +3 -3
  3. package/dist/GasFeeController.mjs +5 -5
  4. package/dist/{chunk-4T54ULFA.mjs → chunk-INMZ3EB5.mjs} +48 -23
  5. package/dist/chunk-INMZ3EB5.mjs.map +1 -0
  6. package/dist/{chunk-F46NZXRQ.js → chunk-NARPHUTR.js} +20 -11
  7. package/dist/chunk-NARPHUTR.js.map +1 -0
  8. package/dist/{chunk-N5BANBTW.js → chunk-QKQ22L3U.js} +53 -28
  9. package/dist/chunk-QKQ22L3U.js.map +1 -0
  10. package/dist/{chunk-CCRUODGE.mjs → chunk-QVES4OOM.mjs} +20 -11
  11. package/dist/chunk-QVES4OOM.mjs.map +1 -0
  12. package/dist/determineGasFeeCalculations.js +3 -3
  13. package/dist/determineGasFeeCalculations.mjs +2 -2
  14. package/dist/gas-util.js +2 -2
  15. package/dist/gas-util.mjs +1 -1
  16. package/dist/index.js +3 -3
  17. package/dist/index.mjs +6 -6
  18. package/dist/tsconfig.build.tsbuildinfo +1 -1
  19. package/dist/types/GasFeeController.d.ts +36 -34
  20. package/dist/types/GasFeeController.d.ts.map +1 -1
  21. package/dist/types/determineGasFeeCalculations.d.ts +7 -3
  22. package/dist/types/determineGasFeeCalculations.d.ts.map +1 -1
  23. package/dist/types/fetchBlockFeeHistory.d.ts +6 -6
  24. package/dist/types/fetchBlockFeeHistory.d.ts.map +1 -1
  25. package/dist/types/fetchGasEstimatesViaEthFeeHistory/calculateGasFeeEstimatesForPriorityLevels.d.ts +2 -2
  26. package/dist/types/fetchGasEstimatesViaEthFeeHistory/calculateGasFeeEstimatesForPriorityLevels.d.ts.map +1 -1
  27. package/dist/types/fetchGasEstimatesViaEthFeeHistory/types.d.ts +2 -2
  28. package/dist/types/fetchGasEstimatesViaEthFeeHistory/types.d.ts.map +1 -1
  29. package/dist/types/gas-util.d.ts +4 -2
  30. package/dist/types/gas-util.d.ts.map +1 -1
  31. package/package.json +4 -5
  32. package/dist/chunk-4T54ULFA.mjs.map +0 -1
  33. package/dist/chunk-CCRUODGE.mjs.map +0 -1
  34. package/dist/chunk-F46NZXRQ.js.map +0 -1
  35. package/dist/chunk-N5BANBTW.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [15.1.0]
11
+
12
+ ### Added
13
+
14
+ - Add nonRPCGasFeeApisDisabled property to the gas fee controller, allowing the user to specify that they want to prevent network request to gas estimate services, and only want gas estimates to be based on rpc requests (eth_feeHistory and eth_gasPrice) to the provider. ([#4094](https://github.com/MetaMask/core.git/pull/4094))
15
+
16
+ ### Fixed
17
+
18
+ - Fix GasFeeController incorrectly setting globally selected state, so that state is only updated if the gasFeeEstimate fetched is for the currently selected network ([#4214](https://github.com/MetaMask/core.git/pull/4214))
19
+
20
+ ## [15.0.0]
21
+
22
+ ### Changed
23
+
24
+ - **BREAKING**: The controller's constructor now requires `infuraAPIKey`. This is used to construct and send the `Authorization` header for Infura gas API requests. ([#4068](https://github.com/MetaMask/core/pull/4068))
25
+ - Bump dependency `@metamask/network-controller` to `^18.1.0` ([#4121](https://github.com/MetaMask/core/pull/4121))
26
+
27
+ ### Removed
28
+
29
+ - **BREAKING**: Remove the constructor options `legacyAPIEndpoint` and `EIP1559APIEndpoint`. These URLs are now hardcoded within the controller. ([#4068](https://github.com/MetaMask/core/pull/4068))
30
+
10
31
  ## [14.0.1]
11
32
 
12
33
  ### Fixed
@@ -238,7 +259,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238
259
 
239
260
  All changes listed after this point were applied to this package following the monorepo conversion.
240
261
 
241
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.1...HEAD
262
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.0...HEAD
263
+ [15.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...@metamask/gas-fee-controller@15.1.0
264
+ [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.1...@metamask/gas-fee-controller@15.0.0
242
265
  [14.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.0...@metamask/gas-fee-controller@14.0.1
243
266
  [14.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@13.0.2...@metamask/gas-fee-controller@14.0.0
244
267
  [13.0.2]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@13.0.1...@metamask/gas-fee-controller@13.0.2
@@ -3,10 +3,10 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkN5BANBTWjs = require('./chunk-N5BANBTW.js');
6
+ var _chunkQKQ22L3Ujs = require('./chunk-QKQ22L3U.js');
7
7
  require('./chunk-EZVGDV5H.js');
8
8
  require('./chunk-5INBFZXY.js');
9
- require('./chunk-F46NZXRQ.js');
9
+ require('./chunk-NARPHUTR.js');
10
10
  require('./chunk-GE7RMDFV.js');
11
11
  require('./chunk-S2EH2EPS.js');
12
12
  require('./chunk-LO7OP5FM.js');
@@ -16,5 +16,5 @@ require('./chunk-Z4BLTVTB.js');
16
16
 
17
17
 
18
18
 
19
- exports.GAS_ESTIMATE_TYPES = _chunkN5BANBTWjs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunkN5BANBTWjs.GasFeeController; exports.LEGACY_GAS_PRICES_API_URL = _chunkN5BANBTWjs.LEGACY_GAS_PRICES_API_URL; exports.default = _chunkN5BANBTWjs.GasFeeController_default;
19
+ exports.GAS_API_BASE_URL = _chunkQKQ22L3Ujs.GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = _chunkQKQ22L3Ujs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunkQKQ22L3Ujs.GasFeeController; exports.default = _chunkQKQ22L3Ujs.GasFeeController_default;
20
20
  //# sourceMappingURL=GasFeeController.js.map
@@ -1,20 +1,20 @@
1
1
  import {
2
+ GAS_API_BASE_URL,
2
3
  GAS_ESTIMATE_TYPES,
3
4
  GasFeeController,
4
- GasFeeController_default,
5
- LEGACY_GAS_PRICES_API_URL
6
- } from "./chunk-4T54ULFA.mjs";
5
+ GasFeeController_default
6
+ } from "./chunk-INMZ3EB5.mjs";
7
7
  import "./chunk-EXCWMMNV.mjs";
8
8
  import "./chunk-AQN4AQEF.mjs";
9
- import "./chunk-CCRUODGE.mjs";
9
+ import "./chunk-QVES4OOM.mjs";
10
10
  import "./chunk-GUWY6WP6.mjs";
11
11
  import "./chunk-C4I7KKIU.mjs";
12
12
  import "./chunk-SINQOHIN.mjs";
13
13
  import "./chunk-XUI43LEZ.mjs";
14
14
  export {
15
+ GAS_API_BASE_URL,
15
16
  GAS_ESTIMATE_TYPES,
16
17
  GasFeeController,
17
- LEGACY_GAS_PRICES_API_URL,
18
18
  GasFeeController_default as default
19
19
  };
20
20
  //# sourceMappingURL=GasFeeController.mjs.map
@@ -6,7 +6,7 @@ import {
6
6
  fetchEthGasPriceEstimate,
7
7
  fetchGasEstimates,
8
8
  fetchLegacyGasPriceEstimates
9
- } from "./chunk-CCRUODGE.mjs";
9
+ } from "./chunk-QVES4OOM.mjs";
10
10
  import {
11
11
  __privateAdd,
12
12
  __privateGet,
@@ -23,7 +23,7 @@ import {
23
23
  import EthQuery from "@metamask/eth-query";
24
24
  import { StaticIntervalPollingController } from "@metamask/polling-controller";
25
25
  import { v1 as random } from "uuid";
26
- var LEGACY_GAS_PRICES_API_URL = `https://api.metaswap.codefi.network/gasPrices`;
26
+ var GAS_API_BASE_URL = "https://gas.api.infura.io";
27
27
  var GAS_ESTIMATE_TYPES = {
28
28
  FEE_MARKET: "fee-market",
29
29
  LEGACY: "legacy",
@@ -44,7 +44,8 @@ var defaultState = {
44
44
  gasFeeEstimatesByChainId: {},
45
45
  gasFeeEstimates: {},
46
46
  estimatedGasFeeTimeBounds: {},
47
- gasEstimateType: GAS_ESTIMATE_TYPES.NONE
47
+ gasEstimateType: GAS_ESTIMATE_TYPES.NONE,
48
+ nonRPCGasFeeApisDisabled: false
48
49
  };
49
50
  var _getProvider, _onNetworkControllerDidChange, onNetworkControllerDidChange_fn;
50
51
  var GasFeeController = class extends StaticIntervalPollingController {
@@ -65,11 +66,9 @@ var GasFeeController = class extends StaticIntervalPollingController {
65
66
  * @param options.getProvider - Returns a network provider for the current network.
66
67
  * @param options.onNetworkDidChange - A function for registering an event handler for the
67
68
  * network state change event.
68
- * @param options.legacyAPIEndpoint - The legacy gas price API URL. This option is primarily for
69
- * testing purposes.
70
- * @param options.EIP1559APIEndpoint - The EIP-1559 gas price API URL.
71
69
  * @param options.clientId - The client ID used to identify to the gas estimation API who is
72
70
  * asking for estimates.
71
+ * @param options.infuraAPIKey - The Infura API key used for infura API requests.
73
72
  */
74
73
  constructor({
75
74
  interval = 15e3,
@@ -81,9 +80,8 @@ var GasFeeController = class extends StaticIntervalPollingController {
81
80
  getCurrentNetworkLegacyGasAPICompatibility,
82
81
  getProvider,
83
82
  onNetworkDidChange,
84
- legacyAPIEndpoint = LEGACY_GAS_PRICES_API_URL,
85
- EIP1559APIEndpoint,
86
- clientId
83
+ clientId,
84
+ infuraAPIKey
87
85
  }) {
88
86
  super({
89
87
  name,
@@ -100,9 +98,10 @@ var GasFeeController = class extends StaticIntervalPollingController {
100
98
  this.getCurrentNetworkLegacyGasAPICompatibility = getCurrentNetworkLegacyGasAPICompatibility;
101
99
  this.getCurrentAccountEIP1559Compatibility = getCurrentAccountEIP1559Compatibility;
102
100
  __privateSet(this, _getProvider, getProvider);
103
- this.EIP1559APIEndpoint = EIP1559APIEndpoint;
104
- this.legacyAPIEndpoint = legacyAPIEndpoint;
101
+ this.EIP1559APIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/suggestedGasFees`;
102
+ this.legacyAPIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/gasPrices`;
105
103
  this.clientId = clientId;
104
+ this.infuraAPIKey = infuraAPIKey;
106
105
  this.ethQuery = new EthQuery(__privateGet(this, _getProvider).call(this));
107
106
  if (onNetworkDidChange && getChainId) {
108
107
  this.currentChainId = getChainId();
@@ -198,15 +197,20 @@ var GasFeeController = class extends StaticIntervalPollingController {
198
197
  fetchEthGasPriceEstimate,
199
198
  calculateTimeEstimate,
200
199
  clientId: this.clientId,
201
- ethQuery
200
+ ethQuery,
201
+ infuraAPIKey: this.infuraAPIKey,
202
+ nonRPCGasFeeApisDisabled: this.state.nonRPCGasFeeApisDisabled
202
203
  });
203
204
  if (shouldUpdateState) {
205
+ const chainId = toHex(decimalChainId);
204
206
  this.update((state) => {
205
- state.gasFeeEstimates = gasFeeCalculations.gasFeeEstimates;
206
- state.estimatedGasFeeTimeBounds = gasFeeCalculations.estimatedGasFeeTimeBounds;
207
- state.gasEstimateType = gasFeeCalculations.gasEstimateType;
207
+ if (this.currentChainId === chainId) {
208
+ state.gasFeeEstimates = gasFeeCalculations.gasFeeEstimates;
209
+ state.estimatedGasFeeTimeBounds = gasFeeCalculations.estimatedGasFeeTimeBounds;
210
+ state.gasEstimateType = gasFeeCalculations.gasEstimateType;
211
+ }
208
212
  state.gasFeeEstimatesByChainId ?? (state.gasFeeEstimatesByChainId = {});
209
- state.gasFeeEstimatesByChainId[toHex(decimalChainId)] = {
213
+ state.gasFeeEstimatesByChainId[chainId] = {
210
214
  gasFeeEstimates: gasFeeCalculations.gasFeeEstimates,
211
215
  estimatedGasFeeTimeBounds: gasFeeCalculations.estimatedGasFeeTimeBounds,
212
216
  gasEstimateType: gasFeeCalculations.gasEstimateType
@@ -280,6 +284,16 @@ var GasFeeController = class extends StaticIntervalPollingController {
280
284
  this.state.gasFeeEstimates
281
285
  );
282
286
  }
287
+ enableNonRPCGasFeeApis() {
288
+ this.update((state) => {
289
+ state.nonRPCGasFeeApisDisabled = false;
290
+ });
291
+ }
292
+ disableNonRPCGasFeeApis() {
293
+ this.update((state) => {
294
+ state.nonRPCGasFeeApisDisabled = true;
295
+ });
296
+ }
283
297
  };
284
298
  _getProvider = new WeakMap();
285
299
  _onNetworkControllerDidChange = new WeakSet();
@@ -305,15 +319,25 @@ async function determineGasFeeCalculations({
305
319
  fetchEthGasPriceEstimate: fetchEthGasPriceEstimate2,
306
320
  calculateTimeEstimate: calculateTimeEstimate2,
307
321
  clientId,
308
- ethQuery
322
+ ethQuery,
323
+ infuraAPIKey,
324
+ nonRPCGasFeeApisDisabled = false
309
325
  }) {
310
326
  try {
311
327
  if (isEIP1559Compatible) {
312
328
  let estimates;
313
- try {
314
- estimates = await fetchGasEstimates2(fetchGasEstimatesUrl, clientId);
315
- } catch {
329
+ if (nonRPCGasFeeApisDisabled) {
316
330
  estimates = await fetchGasEstimatesViaEthFeeHistory2(ethQuery);
331
+ } else {
332
+ try {
333
+ estimates = await fetchGasEstimates2(
334
+ fetchGasEstimatesUrl,
335
+ infuraAPIKey,
336
+ clientId
337
+ );
338
+ } catch {
339
+ estimates = await fetchGasEstimatesViaEthFeeHistory2(ethQuery);
340
+ }
317
341
  }
318
342
  const { suggestedMaxPriorityFeePerGas, suggestedMaxFeePerGas } = estimates.medium;
319
343
  const estimatedGasFeeTimeBounds = calculateTimeEstimate2(
@@ -326,9 +350,10 @@ async function determineGasFeeCalculations({
326
350
  estimatedGasFeeTimeBounds,
327
351
  gasEstimateType: GAS_ESTIMATE_TYPES.FEE_MARKET
328
352
  };
329
- } else if (isLegacyGasAPICompatible) {
353
+ } else if (isLegacyGasAPICompatible && !nonRPCGasFeeApisDisabled) {
330
354
  const estimates = await fetchLegacyGasPriceEstimates2(
331
355
  fetchLegacyGasPriceEstimatesUrl,
356
+ infuraAPIKey,
332
357
  clientId
333
358
  );
334
359
  return {
@@ -359,9 +384,9 @@ async function determineGasFeeCalculations({
359
384
 
360
385
  export {
361
386
  determineGasFeeCalculations,
362
- LEGACY_GAS_PRICES_API_URL,
387
+ GAS_API_BASE_URL,
363
388
  GAS_ESTIMATE_TYPES,
364
389
  GasFeeController,
365
390
  GasFeeController_default
366
391
  };
367
- //# sourceMappingURL=chunk-4T54ULFA.mjs.map
392
+ //# sourceMappingURL=chunk-INMZ3EB5.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/GasFeeController.ts","../src/determineGasFeeCalculations.ts"],"sourcesContent":["import type {\n ControllerGetStateAction,\n ControllerStateChangeEvent,\n RestrictedControllerMessenger,\n} from '@metamask/base-controller';\nimport {\n convertHexToDecimal,\n safelyExecute,\n toHex,\n} from '@metamask/controller-utils';\nimport EthQuery from '@metamask/eth-query';\nimport type {\n NetworkClientId,\n NetworkControllerGetEIP1559CompatibilityAction,\n NetworkControllerGetNetworkClientByIdAction,\n NetworkControllerGetStateAction,\n NetworkControllerNetworkDidChangeEvent,\n NetworkState,\n ProviderProxy,\n} from '@metamask/network-controller';\nimport { StaticIntervalPollingController } from '@metamask/polling-controller';\nimport type { Hex } from '@metamask/utils';\nimport { v1 as random } from 'uuid';\n\nimport determineGasFeeCalculations from './determineGasFeeCalculations';\nimport fetchGasEstimatesViaEthFeeHistory from './fetchGasEstimatesViaEthFeeHistory';\nimport {\n calculateTimeEstimate,\n fetchGasEstimates,\n fetchLegacyGasPriceEstimates,\n fetchEthGasPriceEstimate,\n} from './gas-util';\n\nexport const GAS_API_BASE_URL = 'https://gas.api.infura.io';\n\nexport type unknownString = 'unknown';\n\n// Fee Market describes the way gas is set after the london hardfork, and was\n// defined by EIP-1559.\nexport type FeeMarketEstimateType = 'fee-market';\n// Legacy describes gasPrice estimates from before london hardfork, when the\n// user is connected to mainnet and are presented with fast/average/slow\n// estimate levels to choose from.\nexport type LegacyEstimateType = 'legacy';\n// EthGasPrice describes a gasPrice estimate received from eth_gasPrice. Post\n// london this value should only be used for legacy type transactions when on\n// networks that support EIP-1559. This type of estimate is the most accurate\n// to display on custom networks that don't support EIP-1559.\nexport type EthGasPriceEstimateType = 'eth_gasPrice';\n// NoEstimate describes the state of the controller before receiving its first\n// estimate.\nexport type NoEstimateType = 'none';\n\n/**\n * Indicates which type of gasEstimate the controller is currently returning.\n * This is useful as a way of asserting that the shape of gasEstimates matches\n * expectations. NONE is a special case indicating that no previous gasEstimate\n * has been fetched.\n */\nexport const GAS_ESTIMATE_TYPES = {\n FEE_MARKET: 'fee-market' as FeeMarketEstimateType,\n LEGACY: 'legacy' as LegacyEstimateType,\n ETH_GASPRICE: 'eth_gasPrice' as EthGasPriceEstimateType,\n NONE: 'none' as NoEstimateType,\n};\n\nexport type GasEstimateType =\n | FeeMarketEstimateType\n | EthGasPriceEstimateType\n | LegacyEstimateType\n | NoEstimateType;\n\nexport type EstimatedGasFeeTimeBounds = {\n lowerTimeBound: number | null;\n upperTimeBound: number | unknownString;\n};\n\n/**\n * @type EthGasPriceEstimate\n *\n * A single gas price estimate for networks and accounts that don't support EIP-1559\n * This estimate comes from eth_gasPrice but is converted to dec gwei to match other\n * return values\n * @property gasPrice - A GWEI dec string\n */\n\nexport type EthGasPriceEstimate = {\n gasPrice: string;\n};\n\n/**\n * @type LegacyGasPriceEstimate\n *\n * A set of gas price estimates for networks and accounts that don't support EIP-1559\n * These estimates include low, medium and high all as strings representing gwei in\n * decimal format.\n * @property high - gasPrice, in decimal gwei string format, suggested for fast inclusion\n * @property medium - gasPrice, in decimal gwei string format, suggested for avg inclusion\n * @property low - gasPrice, in decimal gwei string format, suggested for slow inclusion\n */\nexport type LegacyGasPriceEstimate = {\n high: string;\n medium: string;\n low: string;\n};\n\n/**\n * @type Eip1559GasFee\n *\n * Data necessary to provide an estimate of a gas fee with a specific tip\n * @property minWaitTimeEstimate - The fastest the transaction will take, in milliseconds\n * @property maxWaitTimeEstimate - The slowest the transaction will take, in milliseconds\n * @property suggestedMaxPriorityFeePerGas - A suggested \"tip\", a GWEI hex number\n * @property suggestedMaxFeePerGas - A suggested max fee, the most a user will pay. a GWEI hex number\n */\nexport type Eip1559GasFee = {\n minWaitTimeEstimate: number; // a time duration in milliseconds\n maxWaitTimeEstimate: number; // a time duration in milliseconds\n suggestedMaxPriorityFeePerGas: string; // a GWEI decimal number\n suggestedMaxFeePerGas: string; // a GWEI decimal number\n};\n\n/**\n * @type GasFeeEstimates\n *\n * Data necessary to provide multiple GasFee estimates, and supporting information, to the user\n * @property low - A GasFee for a minimum necessary combination of tip and maxFee\n * @property medium - A GasFee for a recommended combination of tip and maxFee\n * @property high - A GasFee for a high combination of tip and maxFee\n * @property estimatedBaseFee - An estimate of what the base fee will be for the pending/next block. A GWEI dec number\n * @property networkCongestion - A normalized number that can be used to gauge the congestion\n * level of the network, with 0 meaning not congested and 1 meaning extremely congested\n */\nexport type GasFeeEstimates = SourcedGasFeeEstimates | FallbackGasFeeEstimates;\n\ntype SourcedGasFeeEstimates = {\n low: Eip1559GasFee;\n medium: Eip1559GasFee;\n high: Eip1559GasFee;\n estimatedBaseFee: string;\n historicalBaseFeeRange: [string, string];\n baseFeeTrend: 'up' | 'down' | 'level';\n latestPriorityFeeRange: [string, string];\n historicalPriorityFeeRange: [string, string];\n priorityFeeTrend: 'up' | 'down' | 'level';\n networkCongestion: number;\n};\n\ntype FallbackGasFeeEstimates = {\n low: Eip1559GasFee;\n medium: Eip1559GasFee;\n high: Eip1559GasFee;\n estimatedBaseFee: string;\n historicalBaseFeeRange: null;\n baseFeeTrend: null;\n latestPriorityFeeRange: null;\n historicalPriorityFeeRange: null;\n priorityFeeTrend: null;\n networkCongestion: null;\n};\n\nconst metadata = {\n gasFeeEstimatesByChainId: {\n persist: true,\n anonymous: false,\n },\n gasFeeEstimates: { persist: true, anonymous: false },\n estimatedGasFeeTimeBounds: { persist: true, anonymous: false },\n gasEstimateType: { persist: true, anonymous: false },\n};\n\nexport type GasFeeStateEthGasPrice = {\n gasFeeEstimates: EthGasPriceEstimate;\n estimatedGasFeeTimeBounds: Record<string, never>;\n gasEstimateType: EthGasPriceEstimateType;\n};\n\nexport type GasFeeStateFeeMarket = {\n gasFeeEstimates: GasFeeEstimates;\n estimatedGasFeeTimeBounds: EstimatedGasFeeTimeBounds | Record<string, never>;\n gasEstimateType: FeeMarketEstimateType;\n};\n\nexport type GasFeeStateLegacy = {\n gasFeeEstimates: LegacyGasPriceEstimate;\n estimatedGasFeeTimeBounds: Record<string, never>;\n gasEstimateType: LegacyEstimateType;\n};\n\nexport type GasFeeStateNoEstimates = {\n gasFeeEstimates: Record<string, never>;\n estimatedGasFeeTimeBounds: Record<string, never>;\n gasEstimateType: NoEstimateType;\n};\n\nexport type FetchGasFeeEstimateOptions = {\n shouldUpdateState?: boolean;\n networkClientId?: NetworkClientId;\n};\n\n/**\n * @type GasFeeState\n *\n * Gas Fee controller state\n * @property gasFeeEstimates - Gas fee estimate data based on new EIP-1559 properties\n * @property estimatedGasFeeTimeBounds - Estimates representing the minimum and maximum\n */\nexport type SingleChainGasFeeState =\n | GasFeeStateEthGasPrice\n | GasFeeStateFeeMarket\n | GasFeeStateLegacy\n | GasFeeStateNoEstimates;\n\nexport type GasFeeEstimatesByChainId = {\n gasFeeEstimatesByChainId?: Record<string, SingleChainGasFeeState>;\n};\n\nexport type GasFeeState = GasFeeEstimatesByChainId &\n SingleChainGasFeeState & {\n nonRPCGasFeeApisDisabled?: boolean;\n };\n\nconst name = 'GasFeeController';\n\nexport type GasFeeStateChange = ControllerStateChangeEvent<\n typeof name,\n GasFeeState\n>;\n\nexport type GetGasFeeState = ControllerGetStateAction<typeof name, GasFeeState>;\n\nexport type GasFeeControllerActions = GetGasFeeState;\n\nexport type GasFeeControllerEvents = GasFeeStateChange;\n\ntype AllowedActions =\n | NetworkControllerGetStateAction\n | NetworkControllerGetNetworkClientByIdAction\n | NetworkControllerGetEIP1559CompatibilityAction;\n\ntype GasFeeMessenger = RestrictedControllerMessenger<\n typeof name,\n GasFeeControllerActions | AllowedActions,\n GasFeeControllerEvents | NetworkControllerNetworkDidChangeEvent,\n AllowedActions['type'],\n NetworkControllerNetworkDidChangeEvent['type']\n>;\n\nconst defaultState: GasFeeState = {\n gasFeeEstimatesByChainId: {},\n gasFeeEstimates: {},\n estimatedGasFeeTimeBounds: {},\n gasEstimateType: GAS_ESTIMATE_TYPES.NONE,\n nonRPCGasFeeApisDisabled: false,\n};\n\n/**\n * Controller that retrieves gas fee estimate data and polls for updated data on a set interval\n */\nexport class GasFeeController extends StaticIntervalPollingController<\n typeof name,\n GasFeeState,\n GasFeeMessenger\n> {\n private intervalId?: ReturnType<typeof setTimeout>;\n\n private readonly intervalDelay;\n\n private readonly pollTokens: Set<string>;\n\n private readonly legacyAPIEndpoint: string;\n\n private readonly EIP1559APIEndpoint: string;\n\n private readonly getCurrentNetworkEIP1559Compatibility;\n\n private readonly getCurrentNetworkLegacyGasAPICompatibility;\n\n private readonly getCurrentAccountEIP1559Compatibility;\n\n private readonly infuraAPIKey: string;\n\n private currentChainId;\n\n private ethQuery?: EthQuery;\n\n private readonly clientId?: string;\n\n #getProvider: () => ProviderProxy;\n\n /**\n * Creates a GasFeeController instance.\n *\n * @param options - The controller options.\n * @param options.interval - The time in milliseconds to wait between polls.\n * @param options.messenger - The controller messenger.\n * @param options.state - The initial state.\n * @param options.getCurrentNetworkEIP1559Compatibility - Determines whether or not the current\n * network is EIP-1559 compatible.\n * @param options.getCurrentNetworkLegacyGasAPICompatibility - Determines whether or not the\n * current network is compatible with the legacy gas price API.\n * @param options.getCurrentAccountEIP1559Compatibility - Determines whether or not the current\n * account is EIP-1559 compatible.\n * @param options.getChainId - Returns the current chain ID.\n * @param options.getProvider - Returns a network provider for the current network.\n * @param options.onNetworkDidChange - A function for registering an event handler for the\n * network state change event.\n * @param options.clientId - The client ID used to identify to the gas estimation API who is\n * asking for estimates.\n * @param options.infuraAPIKey - The Infura API key used for infura API requests.\n */\n constructor({\n interval = 15000,\n messenger,\n state,\n getCurrentNetworkEIP1559Compatibility,\n getCurrentAccountEIP1559Compatibility,\n getChainId,\n getCurrentNetworkLegacyGasAPICompatibility,\n getProvider,\n onNetworkDidChange,\n clientId,\n infuraAPIKey,\n }: {\n interval?: number;\n messenger: GasFeeMessenger;\n state?: GasFeeState;\n getCurrentNetworkEIP1559Compatibility: () => Promise<boolean>;\n getCurrentNetworkLegacyGasAPICompatibility: () => boolean;\n getCurrentAccountEIP1559Compatibility?: () => boolean;\n getChainId?: () => Hex;\n getProvider: () => ProviderProxy;\n onNetworkDidChange?: (listener: (state: NetworkState) => void) => void;\n clientId?: string;\n infuraAPIKey: string;\n }) {\n super({\n name,\n metadata,\n messenger,\n state: { ...defaultState, ...state },\n });\n this.intervalDelay = interval;\n this.setIntervalLength(interval);\n this.pollTokens = new Set();\n this.getCurrentNetworkEIP1559Compatibility =\n getCurrentNetworkEIP1559Compatibility;\n this.getCurrentNetworkLegacyGasAPICompatibility =\n getCurrentNetworkLegacyGasAPICompatibility;\n this.getCurrentAccountEIP1559Compatibility =\n getCurrentAccountEIP1559Compatibility;\n this.#getProvider = getProvider;\n this.EIP1559APIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/suggestedGasFees`;\n this.legacyAPIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/gasPrices`;\n this.clientId = clientId;\n this.infuraAPIKey = infuraAPIKey;\n\n this.ethQuery = new EthQuery(this.#getProvider());\n\n if (onNetworkDidChange && getChainId) {\n this.currentChainId = getChainId();\n onNetworkDidChange(async (networkControllerState) => {\n await this.#onNetworkControllerDidChange(networkControllerState);\n });\n } else {\n this.currentChainId = this.messagingSystem.call(\n 'NetworkController:getState',\n ).providerConfig.chainId;\n this.messagingSystem.subscribe(\n 'NetworkController:networkDidChange',\n async (networkControllerState) => {\n await this.#onNetworkControllerDidChange(networkControllerState);\n },\n );\n }\n }\n\n async resetPolling() {\n if (this.pollTokens.size !== 0) {\n const tokens = Array.from(this.pollTokens);\n this.stopPolling();\n await this.getGasFeeEstimatesAndStartPolling(tokens[0]);\n tokens.slice(1).forEach((token) => {\n this.pollTokens.add(token);\n });\n }\n }\n\n async fetchGasFeeEstimates(options?: FetchGasFeeEstimateOptions) {\n return await this._fetchGasFeeEstimateData(options);\n }\n\n async getGasFeeEstimatesAndStartPolling(\n pollToken: string | undefined,\n ): Promise<string> {\n const _pollToken = pollToken || random();\n\n this.pollTokens.add(_pollToken);\n\n if (this.pollTokens.size === 1) {\n await this._fetchGasFeeEstimateData();\n this._poll();\n }\n\n return _pollToken;\n }\n\n /**\n * Gets and sets gasFeeEstimates in state.\n *\n * @param options - The gas fee estimate options.\n * @param options.shouldUpdateState - Determines whether the state should be updated with the\n * updated gas estimates.\n * @returns The gas fee estimates.\n */\n async _fetchGasFeeEstimateData(\n options: FetchGasFeeEstimateOptions = {},\n ): Promise<GasFeeState> {\n const { shouldUpdateState = true, networkClientId } = options;\n\n let ethQuery,\n isEIP1559Compatible,\n isLegacyGasAPICompatible,\n decimalChainId: number;\n\n if (networkClientId !== undefined) {\n const networkClient = this.messagingSystem.call(\n 'NetworkController:getNetworkClientById',\n networkClientId,\n );\n isLegacyGasAPICompatible = networkClient.configuration.chainId === '0x38';\n\n decimalChainId = convertHexToDecimal(networkClient.configuration.chainId);\n\n try {\n const result = await this.messagingSystem.call(\n 'NetworkController:getEIP1559Compatibility',\n networkClientId,\n );\n isEIP1559Compatible = result || false;\n } catch {\n isEIP1559Compatible = false;\n }\n ethQuery = new EthQuery(networkClient.provider);\n }\n\n ethQuery ??= this.ethQuery;\n\n isLegacyGasAPICompatible ??=\n this.getCurrentNetworkLegacyGasAPICompatibility();\n\n decimalChainId ??= convertHexToDecimal(this.currentChainId);\n\n try {\n isEIP1559Compatible ??= await this.getEIP1559Compatibility();\n } catch (e) {\n console.error(e);\n isEIP1559Compatible ??= false;\n }\n\n const gasFeeCalculations = await determineGasFeeCalculations({\n isEIP1559Compatible,\n isLegacyGasAPICompatible,\n fetchGasEstimates,\n fetchGasEstimatesUrl: this.EIP1559APIEndpoint.replace(\n '<chain_id>',\n `${decimalChainId}`,\n ),\n fetchGasEstimatesViaEthFeeHistory,\n fetchLegacyGasPriceEstimates,\n fetchLegacyGasPriceEstimatesUrl: this.legacyAPIEndpoint.replace(\n '<chain_id>',\n `${decimalChainId}`,\n ),\n fetchEthGasPriceEstimate,\n calculateTimeEstimate,\n clientId: this.clientId,\n ethQuery,\n infuraAPIKey: this.infuraAPIKey,\n nonRPCGasFeeApisDisabled: this.state.nonRPCGasFeeApisDisabled,\n });\n\n if (shouldUpdateState) {\n const chainId = toHex(decimalChainId);\n this.update((state) => {\n if (this.currentChainId === chainId) {\n state.gasFeeEstimates = gasFeeCalculations.gasFeeEstimates;\n state.estimatedGasFeeTimeBounds =\n gasFeeCalculations.estimatedGasFeeTimeBounds;\n state.gasEstimateType = gasFeeCalculations.gasEstimateType;\n }\n state.gasFeeEstimatesByChainId ??= {};\n state.gasFeeEstimatesByChainId[chainId] = {\n gasFeeEstimates: gasFeeCalculations.gasFeeEstimates,\n estimatedGasFeeTimeBounds:\n gasFeeCalculations.estimatedGasFeeTimeBounds,\n gasEstimateType: gasFeeCalculations.gasEstimateType,\n } as SingleChainGasFeeState;\n });\n }\n\n return gasFeeCalculations;\n }\n\n /**\n * Remove the poll token, and stop polling if the set of poll tokens is empty.\n *\n * @param pollToken - The poll token to disconnect.\n */\n disconnectPoller(pollToken: string) {\n this.pollTokens.delete(pollToken);\n if (this.pollTokens.size === 0) {\n this.stopPolling();\n }\n }\n\n stopPolling() {\n if (this.intervalId) {\n clearInterval(this.intervalId);\n }\n this.pollTokens.clear();\n this.resetState();\n }\n\n /**\n * Prepare to discard this controller.\n *\n * This stops any active polling.\n */\n override destroy() {\n super.destroy();\n this.stopPolling();\n }\n\n private _poll() {\n if (this.intervalId) {\n clearInterval(this.intervalId);\n }\n\n this.intervalId = setInterval(async () => {\n await safelyExecute(() => this._fetchGasFeeEstimateData());\n }, this.intervalDelay);\n }\n\n /**\n * Fetching token list from the Token Service API.\n *\n * @private\n * @param networkClientId - The ID of the network client triggering the fetch.\n * @returns A promise that resolves when this operation completes.\n */\n async _executePoll(networkClientId: string): Promise<void> {\n await this._fetchGasFeeEstimateData({ networkClientId });\n }\n\n private resetState() {\n this.update(() => {\n return defaultState;\n });\n }\n\n private async getEIP1559Compatibility() {\n const currentNetworkIsEIP1559Compatible =\n await this.getCurrentNetworkEIP1559Compatibility();\n const currentAccountIsEIP1559Compatible =\n this.getCurrentAccountEIP1559Compatibility?.() ?? true;\n\n return (\n currentNetworkIsEIP1559Compatible && currentAccountIsEIP1559Compatible\n );\n }\n\n getTimeEstimate(\n maxPriorityFeePerGas: string,\n maxFeePerGas: string,\n ): EstimatedGasFeeTimeBounds | Record<string, never> {\n if (\n !this.state.gasFeeEstimates ||\n this.state.gasEstimateType !== GAS_ESTIMATE_TYPES.FEE_MARKET\n ) {\n return {};\n }\n return calculateTimeEstimate(\n maxPriorityFeePerGas,\n maxFeePerGas,\n this.state.gasFeeEstimates,\n );\n }\n\n async #onNetworkControllerDidChange(networkControllerState: NetworkState) {\n const newChainId = networkControllerState.providerConfig.chainId;\n\n if (newChainId !== this.currentChainId) {\n this.ethQuery = new EthQuery(this.#getProvider());\n await this.resetPolling();\n\n this.currentChainId = newChainId;\n }\n }\n\n enableNonRPCGasFeeApis() {\n this.update((state) => {\n state.nonRPCGasFeeApisDisabled = false;\n });\n }\n\n disableNonRPCGasFeeApis() {\n this.update((state) => {\n state.nonRPCGasFeeApisDisabled = true;\n });\n }\n}\n\nexport default GasFeeController;\n","import type {\n EstimatedGasFeeTimeBounds,\n EthGasPriceEstimate,\n GasFeeEstimates,\n GasFeeState as GasFeeCalculations,\n LegacyGasPriceEstimate,\n} from './GasFeeController';\nimport { GAS_ESTIMATE_TYPES } from './GasFeeController';\n\n/**\n * Obtains a set of max base and priority fee estimates along with time estimates so that we\n * can present them to users when they are sending transactions or making swaps.\n *\n * @param args - The arguments.\n * @param args.isEIP1559Compatible - Governs whether or not we can use an EIP-1559-only method to\n * produce estimates.\n * @param args.isLegacyGasAPICompatible - Governs whether or not we can use a non-EIP-1559 method to\n * produce estimates (for instance, testnets do not support estimates altogether).\n * @param args.fetchGasEstimates - A function that fetches gas estimates using an EIP-1559-specific\n * API.\n * @param args.fetchGasEstimatesUrl - The URL for the API we can use to obtain EIP-1559-specific\n * estimates.\n * @param args.fetchGasEstimatesViaEthFeeHistory - A function that fetches gas estimates using\n * `eth_feeHistory` (an EIP-1559 feature).\n * @param args.fetchLegacyGasPriceEstimates - A function that fetches gas estimates using an\n * non-EIP-1559-specific API.\n * @param args.fetchLegacyGasPriceEstimatesUrl - The URL for the API we can use to obtain\n * non-EIP-1559-specific estimates.\n * @param args.fetchEthGasPriceEstimate - A function that fetches gas estimates using\n * `eth_gasPrice`.\n * @param args.calculateTimeEstimate - A function that determine time estimate bounds.\n * @param args.clientId - An identifier that an API can use to know who is asking for estimates.\n * @param args.ethQuery - An EthQuery instance we can use to talk to Ethereum directly.\n * @param args.infuraAPIKey - Infura API key to use for requests to Infura.\n * @param args.nonRPCGasFeeApisDisabled - Whether to disable requests to the legacyAPIEndpoint and the EIP1559APIEndpoint\n * @returns The gas fee calculations.\n */\nexport default async function determineGasFeeCalculations({\n isEIP1559Compatible,\n isLegacyGasAPICompatible,\n fetchGasEstimates,\n fetchGasEstimatesUrl,\n fetchGasEstimatesViaEthFeeHistory,\n fetchLegacyGasPriceEstimates,\n fetchLegacyGasPriceEstimatesUrl,\n fetchEthGasPriceEstimate,\n calculateTimeEstimate,\n clientId,\n ethQuery,\n infuraAPIKey,\n nonRPCGasFeeApisDisabled = false,\n}: {\n isEIP1559Compatible: boolean;\n isLegacyGasAPICompatible: boolean;\n fetchGasEstimates: (\n url: string,\n infuraAPIKey: string,\n clientId?: string,\n ) => Promise<GasFeeEstimates>;\n fetchGasEstimatesUrl: string;\n fetchGasEstimatesViaEthFeeHistory: (\n // TODO: Replace `any` with type\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ethQuery: any,\n ) => Promise<GasFeeEstimates>;\n fetchLegacyGasPriceEstimates: (\n url: string,\n infuraAPIKey: string,\n clientId?: string,\n ) => Promise<LegacyGasPriceEstimate>;\n fetchLegacyGasPriceEstimatesUrl: string;\n // TODO: Replace `any` with type\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n fetchEthGasPriceEstimate: (ethQuery: any) => Promise<EthGasPriceEstimate>;\n calculateTimeEstimate: (\n maxPriorityFeePerGas: string,\n maxFeePerGas: string,\n gasFeeEstimates: GasFeeEstimates,\n ) => EstimatedGasFeeTimeBounds;\n clientId: string | undefined;\n // TODO: Replace `any` with type\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ethQuery: any;\n infuraAPIKey: string;\n nonRPCGasFeeApisDisabled?: boolean;\n}): Promise<GasFeeCalculations> {\n try {\n if (isEIP1559Compatible) {\n let estimates: GasFeeEstimates;\n if (nonRPCGasFeeApisDisabled) {\n estimates = await fetchGasEstimatesViaEthFeeHistory(ethQuery);\n } else {\n try {\n estimates = await fetchGasEstimates(\n fetchGasEstimatesUrl,\n infuraAPIKey,\n clientId,\n );\n } catch {\n estimates = await fetchGasEstimatesViaEthFeeHistory(ethQuery);\n }\n }\n const { suggestedMaxPriorityFeePerGas, suggestedMaxFeePerGas } =\n estimates.medium;\n const estimatedGasFeeTimeBounds = calculateTimeEstimate(\n suggestedMaxPriorityFeePerGas,\n suggestedMaxFeePerGas,\n estimates,\n );\n return {\n gasFeeEstimates: estimates,\n estimatedGasFeeTimeBounds,\n gasEstimateType: GAS_ESTIMATE_TYPES.FEE_MARKET,\n };\n } else if (isLegacyGasAPICompatible && !nonRPCGasFeeApisDisabled) {\n const estimates = await fetchLegacyGasPriceEstimates(\n fetchLegacyGasPriceEstimatesUrl,\n infuraAPIKey,\n clientId,\n );\n return {\n gasFeeEstimates: estimates,\n estimatedGasFeeTimeBounds: {},\n gasEstimateType: GAS_ESTIMATE_TYPES.LEGACY,\n };\n }\n throw new Error('Main gas fee/price estimation failed. Use fallback');\n } catch {\n try {\n const estimates = await fetchEthGasPriceEstimate(ethQuery);\n return {\n gasFeeEstimates: estimates,\n estimatedGasFeeTimeBounds: {},\n gasEstimateType: GAS_ESTIMATE_TYPES.ETH_GASPRICE,\n };\n } catch (error) {\n if (error instanceof Error) {\n throw new Error(\n `Gas fee/price estimation failed. Message: ${error.message}`,\n );\n }\n throw error;\n }\n }\n}\n"],"mappings":"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","names":["fetchGasEstimates","fetchGasEstimatesViaEthFeeHistory","fetchLegacyGasPriceEstimates","fetchEthGasPriceEstimate","calculateTimeEstimate"]}
@@ -12,11 +12,11 @@ function normalizeGWEIDecimalNumbers(n) {
12
12
  const numberAsGWEI = _controllerutils.weiHexToGweiDec.call(void 0, numberAsWEIHex);
13
13
  return numberAsGWEI;
14
14
  }
15
- async function fetchGasEstimates(url, clientId) {
16
- const estimates = await _controllerutils.handleFetch.call(void 0,
17
- url,
18
- clientId ? { headers: makeClientIdHeader(clientId) } : void 0
19
- );
15
+ async function fetchGasEstimates(url, infuraAPIKey, clientId) {
16
+ const infuraAuthToken = buildInfuraAuthToken(infuraAPIKey);
17
+ const estimates = await _controllerutils.handleFetch.call(void 0, url, {
18
+ headers: getHeaders(infuraAuthToken, clientId)
19
+ });
20
20
  return {
21
21
  low: {
22
22
  ...estimates.low,
@@ -54,16 +54,14 @@ async function fetchGasEstimates(url, clientId) {
54
54
  networkCongestion: estimates.networkCongestion
55
55
  };
56
56
  }
57
- async function fetchLegacyGasPriceEstimates(url, clientId) {
57
+ async function fetchLegacyGasPriceEstimates(url, infuraAPIKey, clientId) {
58
+ const infuraAuthToken = buildInfuraAuthToken(infuraAPIKey);
58
59
  const result = await _controllerutils.handleFetch.call(void 0, url, {
59
60
  referrer: url,
60
61
  referrerPolicy: "no-referrer-when-downgrade",
61
62
  method: "GET",
62
63
  mode: "cors",
63
- headers: {
64
- "Content-Type": "application/json",
65
- ...clientId && makeClientIdHeader(clientId)
66
- }
64
+ headers: getHeaders(infuraAuthToken, clientId)
67
65
  });
68
66
  return {
69
67
  low: result.SafeGasPrice,
@@ -118,6 +116,17 @@ function calculateTimeEstimate(maxPriorityFeePerGas, maxFeePerGas, gasFeeEstimat
118
116
  upperTimeBound
119
117
  };
120
118
  }
119
+ function buildInfuraAuthToken(infuraAPIKey) {
120
+ return Buffer.from(`${infuraAPIKey}:`).toString("base64");
121
+ }
122
+ function getHeaders(infuraAuthToken, clientId) {
123
+ return {
124
+ "Content-Type": "application/json",
125
+ Authorization: `Basic ${infuraAuthToken}`,
126
+ // Only add the clientId header if clientId is a non-empty string
127
+ ...clientId?.trim() ? makeClientIdHeader(clientId) : {}
128
+ };
129
+ }
121
130
 
122
131
 
123
132
 
@@ -126,4 +135,4 @@ function calculateTimeEstimate(maxPriorityFeePerGas, maxFeePerGas, gasFeeEstimat
126
135
 
127
136
 
128
137
  exports.normalizeGWEIDecimalNumbers = normalizeGWEIDecimalNumbers; exports.fetchGasEstimates = fetchGasEstimates; exports.fetchLegacyGasPriceEstimates = fetchLegacyGasPriceEstimates; exports.fetchEthGasPriceEstimate = fetchEthGasPriceEstimate; exports.calculateTimeEstimate = calculateTimeEstimate;
129
- //# sourceMappingURL=chunk-F46NZXRQ.js.map
138
+ //# sourceMappingURL=chunk-NARPHUTR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/gas-util.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n query,\n handleFetch,\n gweiDecToWEIBN,\n weiHexToGweiDec,\n} from '@metamask/controller-utils';\nimport type EthQuery from '@metamask/eth-query';\nimport BN from 'bn.js';\n\nimport type {\n GasFeeEstimates,\n EthGasPriceEstimate,\n EstimatedGasFeeTimeBounds,\n unknownString,\n LegacyGasPriceEstimate,\n} from './GasFeeController';\n\nconst makeClientIdHeader = (clientId: string) => ({ 'X-Client-Id': clientId });\n\n/**\n * Convert a decimal GWEI value to a decimal string rounded to the nearest WEI.\n *\n * @param n - The input GWEI amount, as a decimal string or a number.\n * @returns The decimal string GWEI amount.\n */\nexport function normalizeGWEIDecimalNumbers(n: string | number) {\n const numberAsWEIHex = gweiDecToWEIBN(n).toString(16);\n const numberAsGWEI = weiHexToGweiDec(numberAsWEIHex);\n return numberAsGWEI;\n}\n\n/**\n * Fetch gas estimates from the given URL.\n *\n * @param url - The gas estimate URL.\n * @param infuraAPIKey - The Infura API key used for infura API requests.\n * @param clientId - The client ID used to identify to the API who is asking for estimates.\n * @returns The gas estimates.\n */\nexport async function fetchGasEstimates(\n url: string,\n infuraAPIKey: string,\n clientId?: string,\n): Promise<GasFeeEstimates> {\n const infuraAuthToken = buildInfuraAuthToken(infuraAPIKey);\n const estimates = await handleFetch(url, {\n headers: getHeaders(infuraAuthToken, clientId),\n });\n return {\n low: {\n ...estimates.low,\n suggestedMaxPriorityFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.low.suggestedMaxPriorityFeePerGas,\n ),\n suggestedMaxFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.low.suggestedMaxFeePerGas,\n ),\n },\n medium: {\n ...estimates.medium,\n suggestedMaxPriorityFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.medium.suggestedMaxPriorityFeePerGas,\n ),\n suggestedMaxFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.medium.suggestedMaxFeePerGas,\n ),\n },\n high: {\n ...estimates.high,\n suggestedMaxPriorityFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.high.suggestedMaxPriorityFeePerGas,\n ),\n suggestedMaxFeePerGas: normalizeGWEIDecimalNumbers(\n estimates.high.suggestedMaxFeePerGas,\n ),\n },\n estimatedBaseFee: normalizeGWEIDecimalNumbers(estimates.estimatedBaseFee),\n historicalBaseFeeRange: estimates.historicalBaseFeeRange,\n baseFeeTrend: estimates.baseFeeTrend,\n latestPriorityFeeRange: estimates.latestPriorityFeeRange,\n historicalPriorityFeeRange: estimates.historicalPriorityFeeRange,\n priorityFeeTrend: estimates.priorityFeeTrend,\n networkCongestion: estimates.networkCongestion,\n };\n}\n\n/**\n * Hit the legacy MetaSwaps gasPrices estimate api and return the low, medium\n * high values from that API.\n *\n * @param url - The URL to fetch gas price estimates from.\n * @param infuraAPIKey - The Infura API key used for infura API requests.\n * @param clientId - The client ID used to identify to the API who is asking for estimates.\n * @returns The gas price estimates.\n */\nexport async function fetchLegacyGasPriceEstimates(\n url: string,\n infuraAPIKey: string,\n clientId?: string,\n): Promise<LegacyGasPriceEstimate> {\n const infuraAuthToken = buildInfuraAuthToken(infuraAPIKey);\n const result = await handleFetch(url, {\n referrer: url,\n referrerPolicy: 'no-referrer-when-downgrade',\n method: 'GET',\n mode: 'cors',\n headers: getHeaders(infuraAuthToken, clientId),\n });\n return {\n low: result.SafeGasPrice,\n medium: result.ProposeGasPrice,\n high: result.FastGasPrice,\n };\n}\n\n/**\n * Get a gas price estimate from the network using the `eth_gasPrice` method.\n *\n * @param ethQuery - The EthQuery instance to call the network with.\n * @returns A gas price estimate.\n */\nexport async function fetchEthGasPriceEstimate(\n ethQuery: EthQuery,\n): Promise<EthGasPriceEstimate> {\n const gasPrice = await query(ethQuery, 'gasPrice');\n return {\n gasPrice: weiHexToGweiDec(gasPrice).toString(),\n };\n}\n\n/**\n * Estimate the time it will take for a transaction to be confirmed.\n *\n * @param maxPriorityFeePerGas - The max priority fee per gas.\n * @param maxFeePerGas - The max fee per gas.\n * @param gasFeeEstimates - The gas fee estimates.\n * @returns The estimated lower and upper bounds for when this transaction will be confirmed.\n */\nexport function calculateTimeEstimate(\n maxPriorityFeePerGas: string,\n maxFeePerGas: string,\n gasFeeEstimates: GasFeeEstimates,\n): EstimatedGasFeeTimeBounds {\n const { low, medium, high, estimatedBaseFee } = gasFeeEstimates;\n\n const maxPriorityFeePerGasInWEI = gweiDecToWEIBN(maxPriorityFeePerGas);\n const maxFeePerGasInWEI = gweiDecToWEIBN(maxFeePerGas);\n const estimatedBaseFeeInWEI = gweiDecToWEIBN(estimatedBaseFee);\n\n const effectiveMaxPriorityFee = BN.min(\n maxPriorityFeePerGasInWEI,\n maxFeePerGasInWEI.sub(estimatedBaseFeeInWEI),\n );\n\n const lowMaxPriorityFeeInWEI = gweiDecToWEIBN(\n low.suggestedMaxPriorityFeePerGas,\n );\n const mediumMaxPriorityFeeInWEI = gweiDecToWEIBN(\n medium.suggestedMaxPriorityFeePerGas,\n );\n const highMaxPriorityFeeInWEI = gweiDecToWEIBN(\n high.suggestedMaxPriorityFeePerGas,\n );\n\n let lowerTimeBound;\n let upperTimeBound;\n\n if (effectiveMaxPriorityFee.lt(lowMaxPriorityFeeInWEI)) {\n lowerTimeBound = null;\n upperTimeBound = 'unknown' as unknownString;\n } else if (\n effectiveMaxPriorityFee.gte(lowMaxPriorityFeeInWEI) &&\n effectiveMaxPriorityFee.lt(mediumMaxPriorityFeeInWEI)\n ) {\n lowerTimeBound = low.minWaitTimeEstimate;\n upperTimeBound = low.maxWaitTimeEstimate;\n } else if (\n effectiveMaxPriorityFee.gte(mediumMaxPriorityFeeInWEI) &&\n effectiveMaxPriorityFee.lt(highMaxPriorityFeeInWEI)\n ) {\n lowerTimeBound = medium.minWaitTimeEstimate;\n upperTimeBound = medium.maxWaitTimeEstimate;\n } else if (effectiveMaxPriorityFee.eq(highMaxPriorityFeeInWEI)) {\n lowerTimeBound = high.minWaitTimeEstimate;\n upperTimeBound = high.maxWaitTimeEstimate;\n } else {\n lowerTimeBound = 0;\n upperTimeBound = high.maxWaitTimeEstimate;\n }\n\n return {\n lowerTimeBound,\n upperTimeBound,\n };\n}\n\n/**\n * Build an infura auth token from the given API key and secret.\n *\n * @param infuraAPIKey - The Infura API key.\n * @returns The base64 encoded auth token.\n */\nfunction buildInfuraAuthToken(infuraAPIKey: string) {\n // We intentionally leave the password empty, as Infura does not require one\n return Buffer.from(`${infuraAPIKey}:`).toString('base64');\n}\n\n/**\n * Get the headers for a request to the gas fee API.\n *\n * @param infuraAuthToken - The Infura auth token to use for the request.\n * @param clientId - The client ID used to identify to the API who is asking for estimates.\n * @returns The headers for the request.\n */\nfunction getHeaders(infuraAuthToken: string, clientId?: string) {\n return {\n 'Content-Type': 'application/json',\n Authorization: `Basic ${infuraAuthToken}`,\n // Only add the clientId header if clientId is a non-empty string\n ...(clientId?.trim() ? makeClientIdHeader(clientId) : {}),\n };\n}\n"]}
@@ -6,7 +6,7 @@ var _chunkEZVGDV5Hjs = require('./chunk-EZVGDV5H.js');
6
6
 
7
7
 
8
8
 
9
- var _chunkF46NZXRQjs = require('./chunk-F46NZXRQ.js');
9
+ var _chunkNARPHUTRjs = require('./chunk-NARPHUTR.js');
10
10
 
11
11
 
12
12
 
@@ -23,7 +23,7 @@ var _controllerutils = require('@metamask/controller-utils');
23
23
  var _ethquery = require('@metamask/eth-query'); var _ethquery2 = _interopRequireDefault(_ethquery);
24
24
  var _pollingcontroller = require('@metamask/polling-controller');
25
25
  var _uuid = require('uuid');
26
- var LEGACY_GAS_PRICES_API_URL = `https://api.metaswap.codefi.network/gasPrices`;
26
+ var GAS_API_BASE_URL = "https://gas.api.infura.io";
27
27
  var GAS_ESTIMATE_TYPES = {
28
28
  FEE_MARKET: "fee-market",
29
29
  LEGACY: "legacy",
@@ -44,7 +44,8 @@ var defaultState = {
44
44
  gasFeeEstimatesByChainId: {},
45
45
  gasFeeEstimates: {},
46
46
  estimatedGasFeeTimeBounds: {},
47
- gasEstimateType: GAS_ESTIMATE_TYPES.NONE
47
+ gasEstimateType: GAS_ESTIMATE_TYPES.NONE,
48
+ nonRPCGasFeeApisDisabled: false
48
49
  };
49
50
  var _getProvider, _onNetworkControllerDidChange, onNetworkControllerDidChange_fn;
50
51
  var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingController {
@@ -65,11 +66,9 @@ var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingCon
65
66
  * @param options.getProvider - Returns a network provider for the current network.
66
67
  * @param options.onNetworkDidChange - A function for registering an event handler for the
67
68
  * network state change event.
68
- * @param options.legacyAPIEndpoint - The legacy gas price API URL. This option is primarily for
69
- * testing purposes.
70
- * @param options.EIP1559APIEndpoint - The EIP-1559 gas price API URL.
71
69
  * @param options.clientId - The client ID used to identify to the gas estimation API who is
72
70
  * asking for estimates.
71
+ * @param options.infuraAPIKey - The Infura API key used for infura API requests.
73
72
  */
74
73
  constructor({
75
74
  interval = 15e3,
@@ -81,9 +80,8 @@ var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingCon
81
80
  getCurrentNetworkLegacyGasAPICompatibility,
82
81
  getProvider,
83
82
  onNetworkDidChange,
84
- legacyAPIEndpoint = LEGACY_GAS_PRICES_API_URL,
85
- EIP1559APIEndpoint,
86
- clientId
83
+ clientId,
84
+ infuraAPIKey
87
85
  }) {
88
86
  super({
89
87
  name,
@@ -100,9 +98,10 @@ var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingCon
100
98
  this.getCurrentNetworkLegacyGasAPICompatibility = getCurrentNetworkLegacyGasAPICompatibility;
101
99
  this.getCurrentAccountEIP1559Compatibility = getCurrentAccountEIP1559Compatibility;
102
100
  _chunkZ4BLTVTBjs.__privateSet.call(void 0, this, _getProvider, getProvider);
103
- this.EIP1559APIEndpoint = EIP1559APIEndpoint;
104
- this.legacyAPIEndpoint = legacyAPIEndpoint;
101
+ this.EIP1559APIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/suggestedGasFees`;
102
+ this.legacyAPIEndpoint = `${GAS_API_BASE_URL}/networks/<chain_id>/gasPrices`;
105
103
  this.clientId = clientId;
104
+ this.infuraAPIKey = infuraAPIKey;
106
105
  this.ethQuery = new (0, _ethquery2.default)(_chunkZ4BLTVTBjs.__privateGet.call(void 0, this, _getProvider).call(this));
107
106
  if (onNetworkDidChange && getChainId) {
108
107
  this.currentChainId = getChainId();
@@ -184,29 +183,34 @@ var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingCon
184
183
  const gasFeeCalculations = await determineGasFeeCalculations({
185
184
  isEIP1559Compatible,
186
185
  isLegacyGasAPICompatible,
187
- fetchGasEstimates: _chunkF46NZXRQjs.fetchGasEstimates,
186
+ fetchGasEstimates: _chunkNARPHUTRjs.fetchGasEstimates,
188
187
  fetchGasEstimatesUrl: this.EIP1559APIEndpoint.replace(
189
188
  "<chain_id>",
190
189
  `${decimalChainId}`
191
190
  ),
192
191
  fetchGasEstimatesViaEthFeeHistory: _chunkEZVGDV5Hjs.fetchGasEstimatesViaEthFeeHistory,
193
- fetchLegacyGasPriceEstimates: _chunkF46NZXRQjs.fetchLegacyGasPriceEstimates,
192
+ fetchLegacyGasPriceEstimates: _chunkNARPHUTRjs.fetchLegacyGasPriceEstimates,
194
193
  fetchLegacyGasPriceEstimatesUrl: this.legacyAPIEndpoint.replace(
195
194
  "<chain_id>",
196
195
  `${decimalChainId}`
197
196
  ),
198
- fetchEthGasPriceEstimate: _chunkF46NZXRQjs.fetchEthGasPriceEstimate,
199
- calculateTimeEstimate: _chunkF46NZXRQjs.calculateTimeEstimate,
197
+ fetchEthGasPriceEstimate: _chunkNARPHUTRjs.fetchEthGasPriceEstimate,
198
+ calculateTimeEstimate: _chunkNARPHUTRjs.calculateTimeEstimate,
200
199
  clientId: this.clientId,
201
- ethQuery
200
+ ethQuery,
201
+ infuraAPIKey: this.infuraAPIKey,
202
+ nonRPCGasFeeApisDisabled: this.state.nonRPCGasFeeApisDisabled
202
203
  });
203
204
  if (shouldUpdateState) {
205
+ const chainId = _controllerutils.toHex.call(void 0, decimalChainId);
204
206
  this.update((state) => {
205
- state.gasFeeEstimates = gasFeeCalculations.gasFeeEstimates;
206
- state.estimatedGasFeeTimeBounds = gasFeeCalculations.estimatedGasFeeTimeBounds;
207
- state.gasEstimateType = gasFeeCalculations.gasEstimateType;
207
+ if (this.currentChainId === chainId) {
208
+ state.gasFeeEstimates = gasFeeCalculations.gasFeeEstimates;
209
+ state.estimatedGasFeeTimeBounds = gasFeeCalculations.estimatedGasFeeTimeBounds;
210
+ state.gasEstimateType = gasFeeCalculations.gasEstimateType;
211
+ }
208
212
  state.gasFeeEstimatesByChainId ?? (state.gasFeeEstimatesByChainId = {});
209
- state.gasFeeEstimatesByChainId[_controllerutils.toHex.call(void 0, decimalChainId)] = {
213
+ state.gasFeeEstimatesByChainId[chainId] = {
210
214
  gasFeeEstimates: gasFeeCalculations.gasFeeEstimates,
211
215
  estimatedGasFeeTimeBounds: gasFeeCalculations.estimatedGasFeeTimeBounds,
212
216
  gasEstimateType: gasFeeCalculations.gasEstimateType
@@ -274,12 +278,22 @@ var GasFeeController = class extends _pollingcontroller.StaticIntervalPollingCon
274
278
  if (!this.state.gasFeeEstimates || this.state.gasEstimateType !== GAS_ESTIMATE_TYPES.FEE_MARKET) {
275
279
  return {};
276
280
  }
277
- return _chunkF46NZXRQjs.calculateTimeEstimate.call(void 0,
281
+ return _chunkNARPHUTRjs.calculateTimeEstimate.call(void 0,
278
282
  maxPriorityFeePerGas,
279
283
  maxFeePerGas,
280
284
  this.state.gasFeeEstimates
281
285
  );
282
286
  }
287
+ enableNonRPCGasFeeApis() {
288
+ this.update((state) => {
289
+ state.nonRPCGasFeeApisDisabled = false;
290
+ });
291
+ }
292
+ disableNonRPCGasFeeApis() {
293
+ this.update((state) => {
294
+ state.nonRPCGasFeeApisDisabled = true;
295
+ });
296
+ }
283
297
  };
284
298
  _getProvider = new WeakMap();
285
299
  _onNetworkControllerDidChange = new WeakSet();
@@ -305,15 +319,25 @@ async function determineGasFeeCalculations({
305
319
  fetchEthGasPriceEstimate: fetchEthGasPriceEstimate2,
306
320
  calculateTimeEstimate: calculateTimeEstimate2,
307
321
  clientId,
308
- ethQuery
322
+ ethQuery,
323
+ infuraAPIKey,
324
+ nonRPCGasFeeApisDisabled = false
309
325
  }) {
310
326
  try {
311
327
  if (isEIP1559Compatible) {
312
328
  let estimates;
313
- try {
314
- estimates = await fetchGasEstimates2(fetchGasEstimatesUrl, clientId);
315
- } catch {
329
+ if (nonRPCGasFeeApisDisabled) {
316
330
  estimates = await fetchGasEstimatesViaEthFeeHistory2(ethQuery);
331
+ } else {
332
+ try {
333
+ estimates = await fetchGasEstimates2(
334
+ fetchGasEstimatesUrl,
335
+ infuraAPIKey,
336
+ clientId
337
+ );
338
+ } catch {
339
+ estimates = await fetchGasEstimatesViaEthFeeHistory2(ethQuery);
340
+ }
317
341
  }
318
342
  const { suggestedMaxPriorityFeePerGas, suggestedMaxFeePerGas } = estimates.medium;
319
343
  const estimatedGasFeeTimeBounds = calculateTimeEstimate2(
@@ -326,9 +350,10 @@ async function determineGasFeeCalculations({
326
350
  estimatedGasFeeTimeBounds,
327
351
  gasEstimateType: GAS_ESTIMATE_TYPES.FEE_MARKET
328
352
  };
329
- } else if (isLegacyGasAPICompatible) {
353
+ } else if (isLegacyGasAPICompatible && !nonRPCGasFeeApisDisabled) {
330
354
  const estimates = await fetchLegacyGasPriceEstimates2(
331
355
  fetchLegacyGasPriceEstimatesUrl,
356
+ infuraAPIKey,
332
357
  clientId
333
358
  );
334
359
  return {
@@ -363,5 +388,5 @@ async function determineGasFeeCalculations({
363
388
 
364
389
 
365
390
 
366
- exports.determineGasFeeCalculations = determineGasFeeCalculations; exports.LEGACY_GAS_PRICES_API_URL = LEGACY_GAS_PRICES_API_URL; exports.GAS_ESTIMATE_TYPES = GAS_ESTIMATE_TYPES; exports.GasFeeController = GasFeeController; exports.GasFeeController_default = GasFeeController_default;
367
- //# sourceMappingURL=chunk-N5BANBTW.js.map
391
+ exports.determineGasFeeCalculations = determineGasFeeCalculations; exports.GAS_API_BASE_URL = GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = GAS_ESTIMATE_TYPES; exports.GasFeeController = GasFeeController; exports.GasFeeController_default = GasFeeController_default;
392
+ //# sourceMappingURL=chunk-QKQ22L3U.js.map