@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.
@@ -6465,7 +6465,7 @@ class TransactionController extends TransactionStateManager {
6465
6465
  category,
6466
6466
  methodParams
6467
6467
  } = await determineTransactionType(txParameters, this.provider);
6468
- txMeta.type = type;
6468
+ txMeta.contractType = type;
6469
6469
  txMeta.transactionCategory = category;
6470
6470
  txMeta.methodParams = methodParams;
6471
6471
  txMeta.transaction.value = txMeta.transaction.value ? (0,util_namespaceObject.addHexPrefix)(txMeta.transaction.value) : "0x0";