@metamask-previews/transaction-controller 43.0.0-preview-455ba549 → 43.0.0-preview-3fc797ab

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.
package/CHANGELOG.md CHANGED
@@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Changed
11
-
12
- - Replaced `eth-method-registry` dependency with `@ethersproject/abi` for ABI method lookups ([#5203](https://github.com/MetaMask/core/pull/5203))
13
- - The `MethodDataHelper` class now uses ethers.js `Interface` class to parse and lookup method signatures
14
- - Method data is now derived directly from the ABI interface
15
- - The structure of returned method data remains compatible with previous implementation
16
-
17
10
  ## [43.0.0]
18
11
 
19
12
  ### Added
@@ -274,6 +274,7 @@ class TransactionController extends base_controller_1.BaseController {
274
274
  });
275
275
  gasFeePoller.hub.on('transaction-updated', __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_onGasFeePollerTransactionUpdate).bind(this));
276
276
  __classPrivateFieldSet(this, _TransactionController_methodDataHelper, new MethodDataHelper_1.MethodDataHelper({
277
+ getProvider: (networkClientId) => __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getProvider).call(this, { networkClientId }),
277
278
  getState: () => this.state.methodData,
278
279
  }), "f");
279
280
  __classPrivateFieldGet(this, _TransactionController_methodDataHelper, "f").hub.on('update', ({ fourBytePrefix, methodData }) => {