@metamask-previews/transaction-controller 37.1.0-preview-c55c3a39 → 37.1.0-preview-3940b6ca
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/dist/TransactionController.cjs +1 -0
- package/dist/TransactionController.cjs.map +1 -1
- package/dist/TransactionController.d.cts +4 -1
- package/dist/TransactionController.d.cts.map +1 -1
- package/dist/TransactionController.d.mts +4 -1
- package/dist/TransactionController.d.mts.map +1 -1
- package/dist/TransactionController.mjs +1 -0
- package/dist/TransactionController.mjs.map +1 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.cjs +12 -4
- package/dist/helpers/EtherscanRemoteTransactionSource.cjs.map +1 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.d.cts +2 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.d.cts.map +1 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.d.mts +2 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.d.mts.map +1 -1
- package/dist/helpers/EtherscanRemoteTransactionSource.mjs +12 -4
- package/dist/helpers/EtherscanRemoteTransactionSource.mjs.map +1 -1
- package/dist/utils/etherscan.cjs +9 -5
- package/dist/utils/etherscan.cjs.map +1 -1
- package/dist/utils/etherscan.d.cts +5 -2
- package/dist/utils/etherscan.d.cts.map +1 -1
- package/dist/utils/etherscan.d.mts +5 -2
- package/dist/utils/etherscan.d.mts.map +1 -1
- package/dist/utils/etherscan.mjs +9 -5
- package/dist/utils/etherscan.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -279,6 +279,7 @@ class TransactionController extends base_controller_1.BaseController {
|
|
|
279
279
|
}), "f");
|
|
280
280
|
__classPrivateFieldGet(this, _TransactionController_multichainTrackingHelper, "f").initialize();
|
|
281
281
|
const etherscanRemoteTransactionSource = new EtherscanRemoteTransactionSource_1.EtherscanRemoteTransactionSource({
|
|
282
|
+
apiKeysByChainId: incomingTransactions.etherscanApiKeysByChainId,
|
|
282
283
|
includeTokenTransfers: incomingTransactions.includeTokenTransfers,
|
|
283
284
|
});
|
|
284
285
|
this.incomingTransactionHelper = __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_createIncomingTransactionHelper).call(this, {
|