Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: celo-org/developer-tooling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80966eb85e828b20386d5485292889526c3ca430
Choose a base ref
..
head repository: celo-org/developer-tooling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 290bcc4ae71f7401d3a7a7b72a5bec4de6d5439e
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 packages/viem-account-ledger/src/utils.ts
2 changes: 0 additions & 2 deletions packages/viem-account-ledger/src/utils.ts
Original file line number Diff line number Diff line change
@@ -61,8 +61,6 @@ export async function checkForKnownToken(
}

export async function generateLedger(transport: TransportNodeHid) {
// NOTE: for some reason when running it with the
// test runner + real ledger, I need to call `Eth(transport)`
const ledger = new Eth(transport)
await assertCompat(ledger)
return ledger