mppx@0.3.11
·
355 commits
to main
since this release
Patch Changes
- fd466c3: Added
waitForConfirmationoption tosession()andcharge()payment methods. Whenfalse, transactions are simulated viaeth_estimateGasand broadcast without waiting for on-chain confirmation, reducing latency. - ddb7057: Fixed
Handlerstype to omit shorthand intent keys when multiple methods share the same intent, matching runtime behavior and preventingTypeErroron collision.