@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.
- package/dist/ethereumControllers.cjs.js +1 -1
- package/dist/ethereumControllers.cjs.js.map +1 -1
- package/dist/ethereumControllers.esm.js +1 -1
- package/dist/ethereumControllers.esm.js.map +1 -1
- package/dist/ethereumControllers.umd.min.js +1 -1
- package/dist/ethereumControllers.umd.min.js.map +1 -1
- package/dist/types/utils/interfaces.d.ts +1 -0
- package/package.json +4 -4
- package/src/Transaction/TransactionController.ts +1 -1
- package/src/utils/interfaces.ts +1 -0
|
@@ -6465,7 +6465,7 @@ class TransactionController extends TransactionStateManager {
|
|
|
6465
6465
|
category,
|
|
6466
6466
|
methodParams
|
|
6467
6467
|
} = await determineTransactionType(txParameters, this.provider);
|
|
6468
|
-
txMeta.
|
|
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";
|