You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix outdated hardware wallet signing example (#4084)
* Fix hardware wallet signing example in tx documentation
* Complete example update
* remove signature from unsigned tx
* fix ledger example
* clean up example
* lint
---------
Co-authored-by: acolytec3 <[email protected]>
Copy file name to clipboardExpand all lines: packages/tx/README.md
+49-27Lines changed: 49 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,42 +441,64 @@ To sign a tx with a hardware or external wallet use `tx.getMessageToSign()` to r
441
441
442
442
A legacy transaction will return a Buffer list of the values, and a Typed Transaction ([EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)) will return the serialized output.
443
443
444
-
Here is an example of signing txs with `@ledgerhq/hw-app-eth` as of `v6.5.0`:
445
-
444
+
Here is an example of signing txs with `@ledgerhq/hw-app-eth` with `v6.45.4` and `@ledgerhq/hw-transport-node-hid` with `v6.29.5`:
0 commit comments