Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Nov 8, 2024
1 parent 8d42776 commit 298a24d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/little-carpets-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@celo/wallet-ledger': patch
'@celo/wallet-local': patch
'@celo/wallet-base': patch
---

Improve support for celo-legacy and modern txs within ledger
3 changes: 2 additions & 1 deletion packages/sdk/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
},
"engines": {
"node": ">=8.14.2"
}
},
"bundleDependencies": ["@ledgerhq/hw-app-eth"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { AddressValidation, LedgerWallet } from './ledger-wallet'
const USE_PHYSICAL_LEDGER = process.env.USE_PHYSICAL_LEDGER === 'true'
const hardwareDescribe = USE_PHYSICAL_LEDGER ? describe : describe.skip
const syntheticDescribe = USE_PHYSICAL_LEDGER ? describe.skip : describe
// const USE_PHYSICAL_LEDGER = true
// Increase timeout to give developer time to respond on device
const TEST_TIMEOUT_IN_MS = USE_PHYSICAL_LEDGER ? 30 * 1000 : 1 * 1000

Expand Down

0 comments on commit 298a24d

Please sign in to comment.