Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is ledger Europa? Also, do we store/use all relevant data? #6

Open
AlexDochioiu opened this issue Sep 28, 2024 · 2 comments
Open

Comments

@AlexDochioiu
Copy link

Stumbled across this info when I was debugging some react native app. May be useful to double-check it aligns with this SDK.

Also, what is Ledger Europa??

const a = {
                [n.blue]: {
                    id: n.blue,
                    productName: "Ledger Blue",
                    productIdMM: 0,
                    legacyUsbProductId: 0,
                    usbOnly: !0,
                    memorySize: 491520,
                    masks: [822083584, 822149120],
                    getBlockSize: t => 4096
                },
                [n.nanoS]: {
                    id: n.nanoS,
                    productName: "Ledger Nano S",
                    productIdMM: 16,
                    legacyUsbProductId: 1,
                    usbOnly: !0,
                    memorySize: 327680,
                    masks: [823132160],
                    getBlockSize: t => {
                        var e;
                        return o().lt(null !== (e = o().coerce(t)) && void 0 !== e ? e : "", "2.0.0") ? 4096 : 2048
                    }
                },
                [n.nanoX]: {
                    id: n.nanoX,
                    productName: "Ledger Nano X",
                    productIdMM: 64,
                    legacyUsbProductId: 4,
                    usbOnly: !1,
                    memorySize: 2097152,
                    masks: [855638016],
                    getBlockSize: t => 4096,
                    bluetoothSpec: [{
                        serviceUuid: "13d63400-2c97-0004-0000-4c6564676572",
                        notifyUuid: "13d63400-2c97-0004-0001-4c6564676572",
                        writeUuid: "13d63400-2c97-0004-0002-4c6564676572",
                        writeCmdUuid: "13d63400-2c97-0004-0003-4c6564676572"
                    }]
                },
                [n.nanoSP]: {
                    id: n.nanoSP,
                    productName: "Ledger Nano S Plus",
                    productIdMM: 80,
                    legacyUsbProductId: 5,
                    usbOnly: !0,
                    memorySize: 1569792,
                    masks: [856686592],
                    getBlockSize: t => 32
                },
                [n.stax]: {
                    id: n.stax,
                    productName: "Ledger Stax",
                    productIdMM: 96,
                    legacyUsbProductId: 6,
                    usbOnly: !1,
                    memorySize: 1569792,
                    masks: [857735168],
                    getBlockSize: t => 32,
                    bluetoothSpec: [{
                        serviceUuid: "13d63400-2c97-6004-0000-4c6564676572",
                        notifyUuid: "13d63400-2c97-6004-0001-4c6564676572",
                        writeUuid: "13d63400-2c97-6004-0002-4c6564676572",
                        writeCmdUuid: "13d63400-2c97-6004-0003-4c6564676572"
                    }]
                },
                [n.europa]: {
                    id: n.europa,
                    productName: "Ledger Europa",
                    productIdMM: 112,
                    legacyUsbProductId: 7,
                    usbOnly: !1,
                    memorySize: 1569792,
                    masks: [858783744],
                    getBlockSize: t => 32,
                    bluetoothSpec: [{
                        serviceUuid: "13d63400-2c97-3004-0000-4c6564676572",
                        notifyUuid: "13d63400-2c97-3004-0001-4c6564676572",
                        writeUuid: "13d63400-2c97-3004-0002-4c6564676572",
                        writeCmdUuid: "13d63400-2c97-3004-0003-4c6564676572"
                    }]
                }
            }
@AlexDochioiu
Copy link
Author

CC @konstantinullrich

@konstantinullrich
Copy link

Ledger Europa is the internal name for Ledger Flex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants