Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch @ledgerhq/hw-app-eth for Arbitrum Sepolia chain id handling
It currently seems like there is an issue with Ledger's handling of high chain ids for certain transactions, where the Ledger can provide a first byte that breaks the expectations of the chain id adjustment done for legacy transactions to conform to EIP-155. The resulting `v` value returned from the signing flow is invalid and Ethers throws because of this. This fix *may* be correct, but it may not be. To adjust for this fact, the patch limits adjustments of the underlying parity value in ledger to happen only when the chain id matches Arbitrum Sepolia's (412614).
- Loading branch information