Skip to content

Commit 19cbab6

Browse files
Merge pull request #982 from multiversx/tm/upgrade-ledger-2fa
Update ledger documentation for signing guarded transactions
2 parents 21bb479 + ea1927d commit 19cbab6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/sdk-and-tools/sdk-dapp/internal-processes/guardians.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ crossWindowProvider.setShouldShowConsentPopup(true);
6262
const guardedTransactions = await crossWindowProvider.guardTransactions(
6363
signedTransactions
6464
);
65-
```
65+
```
66+
67+
For a working example see the code used in [signing-providers](https://github.com/multiversx/mx-sdk-js-examples/releases/tag/v0.9.0)
68+
69+
70+

0 commit comments

Comments
 (0)