-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Hi, we are currently hitting TypeError: data.readUIntBE is not a function error when calling basic methods like ledgerAppAda.getSerial() and ledgerAppAda.getVersion(), testing on a Nano S.
Aparently on this too lines:
| return data.readUIntBE(0, 2) as Uint16_t |
and
| return data.readUIntBE(0, 4) as Uint32_t |
We are using version @cardano-foundation/[email protected]
and because of too many dependencies to keep we are stuck in an old react-scripts 4 and node, npm versions old as well.
Is there any workaround to this posible rather than updating everything on our side please?
Big project, small community team here!
Downgrading to @cardano-foundation/[email protected] is incompatible with latest Ledger Cardano App
Metadata
Metadata
Assignees
Labels
No labels