Skip to content

Commit

Permalink
Merge pull request #5876 from NomicFoundation/change-type-import-in-t…
Browse files Browse the repository at this point in the history
…emplates

update HardhatUserConfig import path in templates
  • Loading branch information
kanej authored Oct 28, 2024
2 parents 733b0b3 + 794752d commit ee674ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "template-typescript-with-examples",
"private": true,
"version": "0.0.1",
"description": "A TypeScrpit Hardhat project with examples",
"description": "A TypeScript Hardhat project with examples",
"type": "module",
"devDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.5",
Expand Down

0 comments on commit ee674ae

Please sign in to comment.