@toruslabs/ethereum-controllers 5.3.2 → 5.3.3

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.
@@ -5906,7 +5906,7 @@ class TransactionController extends TransactionStateManager {
5906
5906
  category,
5907
5907
  methodParams
5908
5908
  } = await determineTransactionType(txParameters, this.provider);
5909
- txMeta.type = type;
5909
+ txMeta.contractType = type;
5910
5910
  txMeta.transactionCategory = category;
5911
5911
  txMeta.methodParams = methodParams;
5912
5912
  txMeta.transaction.value = txMeta.transaction.value ? addHexPrefix(txMeta.transaction.value) : "0x0";