Skip to content

Commit

Permalink
chore: update HardhatUserConfig import path in templates
Browse files Browse the repository at this point in the history
Change the import path to `@ignored/hardhat-vnext/config` so that the
built-in type extensions are loaded.
  • Loading branch information
kanej committed Oct 28, 2024
1 parent c59448c commit 794752d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v-next/example-project/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/types/config";
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/config";

import { HardhatPluginError } from "@ignored/hardhat-vnext/plugins";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/types/config";
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/config";

import HardhatViem from "../../../src/index.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/types/config";
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/config";

const config: HardhatUserConfig = {};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/types/config";
import type { HardhatUserConfig } from "@ignored/hardhat-vnext/config";

import HardhatNodeTestRunner from "@ignored/hardhat-vnext-node-test-runner";

Expand Down

0 comments on commit 794752d

Please sign in to comment.