Skip to content

Commit cc2eba9

Browse files
authored
chore(docs): add ledger device infos (#6827)
1 parent b9c8a7c commit cc2eba9

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:::info Supported Ledger Devices
2+
3+
| Device | Minimum Firmware Version | Notes |
4+
|--------------------|--------------------------|-------|
5+
| Ledger Nano S | 0.9.2 | The app on the this device has to be [installed manually](../../about-iota/iota-wallet/how-to/integrate-ledger.mdx#manually-for-deprecated-devices-such-as-ledger-nano-s) because it is deprecated. |
6+
| Ledger Nano S Plus | 0.9.3 | |
7+
| Ledger Nano X | 0.9.3 | |
8+
9+
:::info Upcoming Ledger Devices
10+
11+
Support of Ledger Stax and Flex is in the works.
12+
13+
:::

docs/content/about-iota/FAQ.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ teams:
44
- iotaledger/research
55
description: Frequently asked question about IOTA Rebased, Move and the IOTA Rebased Proposal.
66
---
7+
import LedgerDevices from '../_snippets/about-iota/ledger_devices.mdx';
78
import ValidatorRequirementsTab from '../_snippets/operator/validator-requirements-tab.mdx'
89

910
# FAQs
@@ -118,9 +119,10 @@ Firefly IOTA is no longer compatible with the new IOTA Mainnet. Please migrate t
118119
3. See: [Getting Started with the IOTA Wallet](../about-iota/iota-wallet/getting-started.mdx)
119120

120121
### Using a Ledger Device:
121-
1. Ensure your IOTA Ledger App is up to date:
122-
- **Latest version**: 0.9.3
123-
- **Ledger Nano S** (deprecated): 0.9.2
122+
123+
<LedgerDevices />
124+
125+
1. Ensure your IOTA Ledger App is up to date
124126
2. Install via Ledger Live.
125127
3. See: [Use IOTA Wallet with a Ledger Device](../about-iota/iota-wallet/how-to/integrate-ledger.mdx)
126128

docs/content/about-iota/iota-wallet/how-to/integrate-ledger.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ teams:
44
- iotaledger/tooling
55
tags: [iota-wallet]
66
---
7+
import LedgerDevices from '../../../_snippets/about-iota/ledger_devices.mdx';
78

89
# Use IOTA Wallet with a Ledger Device
910

@@ -18,6 +19,8 @@ Before connecting your Ledger device to IOTA Wallet, ensure the following:
1819
- Set up your Ledger device and update it to the latest firmware.
1920
- Install [Ledger Live](https://www.ledger.com/ledger-live) and confirm that your device can connect successfully.
2021

22+
<LedgerDevices />
23+
2124
## Install the IOTA App on Your Ledger Device
2225

2326
To use IOTA Wallet with Ledger, install the IOTA app on your device through Ledger Live or manually.

0 commit comments

Comments
 (0)