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
{{ message }}
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
However it doesn't work on the testnet Westend. The same code throws error "Txn version is not supported". If I hardcode the transactionVersion variable to be 6 which is the number on Polkadot, it throws Unexpected buffer end.
Is ledger-polkadot hardcoded to support only Polkadot but not testnet like Westend?
The text was updated successfully, but these errors were encountered:
Hi @will-yijinin, what Nano app are you using for this scenario? To my knowledge there is currently no Ledger Nano app for Westend, as indeed the Polkadot Nano app is compatible only with Polkadot.
Similarly there is a Kusama app, but I'm not sure @ledgerhq/hw-app-polkadot would support it out of the box, some adaptation could be required.
Hi @haammar-ledger I am using Ledger Polkadot app. Do I have to re-write the ledger polkadot app and install it on ledger to make it compatible with Westend?
Yes indeed, you would first need to adapt the Polkadot Nano app to create a Westend app, then also adapt the @ledgerhq/hw-app-polkadot library to support Westend.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use the
@ledgerhq/hw-app-polkadot
library to sign payloads for transactions. Code below works on Polkadot:However it doesn't work on the testnet Westend. The same code throws error "Txn version is not supported". If I hardcode the
transactionVersion
variable to be6
which is the number on Polkadot, it throwsUnexpected buffer end
.Is
ledger-polkadot
hardcoded to support only Polkadot but not testnet like Westend?The text was updated successfully, but these errors were encountered: