Skip to content

Commit

Permalink
fix ts import for hardhat-ledger package (#6052)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicexe authored Dec 16, 2024
1 parent 3693e85 commit 15cc673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/ignition/docs/guides/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We are going to use the [Sepolia testnet](https://ethereum.org/en/developers/doc

```ts
// ...rest of your imports...
import("@nomicfoundation/hardhat-ledger");
import "@nomicfoundation/hardhat-ledger";

// Go to https://alchemy.com, sign up, create a new App in
// its dashboard, and set the Hardhat configuration variable
Expand Down

0 comments on commit 15cc673

Please sign in to comment.