hardhat 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -0
- package/dist/src/cli.js +4 -1
- package/dist/src/cli.js.map +1 -1
- package/dist/src/internal/builtin-plugins/artifacts/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/artifacts/index.js +3 -2
- package/dist/src/internal/builtin-plugins/artifacts/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/clean/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/clean/index.js +3 -2
- package/dist/src/internal/builtin-plugins/clean/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/console/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/console/index.js +3 -2
- package/dist/src/internal/builtin-plugins/console/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/coverage/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/coverage/index.js +3 -2
- package/dist/src/internal/builtin-plugins/coverage/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/flatten/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/flatten/index.js +3 -2
- package/dist/src/internal/builtin-plugins/flatten/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/gas-analytics/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/gas-analytics/index.js +3 -2
- package/dist/src/internal/builtin-plugins/gas-analytics/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.d.ts +1 -0
- package/dist/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.js +5 -0
- package/dist/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.js.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/index.js +3 -2
- package/dist/src/internal/builtin-plugins/network-manager/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/provider-errors.d.ts +0 -12
- package/dist/src/internal/builtin-plugins/network-manager/provider-errors.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/network-manager/provider-errors.js +0 -28
- package/dist/src/internal/builtin-plugins/network-manager/provider-errors.js.map +1 -1
- package/dist/src/internal/builtin-plugins/node/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/node/index.js +3 -2
- package/dist/src/internal/builtin-plugins/node/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/run/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/run/index.js +3 -2
- package/dist/src/internal/builtin-plugins/run/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/build-system/build-system.d.ts +6 -0
- package/dist/src/internal/builtin-plugins/solidity/build-system/build-system.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/build-system/build-system.js +8 -0
- package/dist/src/internal/builtin-plugins/solidity/build-system/build-system.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/build-system/warning-suppression.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/build-system/warning-suppression.js +1 -0
- package/dist/src/internal/builtin-plugins/solidity/build-system/warning-suppression.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/config.js +7 -1
- package/dist/src/internal/builtin-plugins/solidity/config.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/index.js +3 -2
- package/dist/src/internal/builtin-plugins/solidity/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/solidity-hooks.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity/solidity-hooks.js +5 -2
- package/dist/src/internal/builtin-plugins/solidity/solidity-hooks.js.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity-test/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/solidity-test/index.js +3 -2
- package/dist/src/internal/builtin-plugins/solidity-test/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/telemetry/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/telemetry/index.js +3 -2
- package/dist/src/internal/builtin-plugins/telemetry/index.js.map +1 -1
- package/dist/src/internal/builtin-plugins/test/index.d.ts.map +1 -1
- package/dist/src/internal/builtin-plugins/test/index.js +3 -2
- package/dist/src/internal/builtin-plugins/test/index.js.map +1 -1
- package/dist/src/internal/cli/init/prompt.js +1 -1
- package/dist/src/internal/cli/init/prompt.js.map +1 -1
- package/dist/src/internal/cli/main.d.ts +1 -0
- package/dist/src/internal/cli/main.d.ts.map +1 -1
- package/dist/src/internal/cli/main.js +4 -0
- package/dist/src/internal/cli/main.js.map +1 -1
- package/dist/src/internal/core/plugins/loaded-plugins-registry.d.ts +4 -0
- package/dist/src/internal/core/plugins/loaded-plugins-registry.d.ts.map +1 -0
- package/dist/src/internal/core/plugins/loaded-plugins-registry.js +8 -0
- package/dist/src/internal/core/plugins/loaded-plugins-registry.js.map +1 -0
- package/dist/src/internal/core/plugins/unused-plugins-warning.d.ts +3 -0
- package/dist/src/internal/core/plugins/unused-plugins-warning.d.ts.map +1 -0
- package/dist/src/internal/core/plugins/unused-plugins-warning.js +29 -0
- package/dist/src/internal/core/plugins/unused-plugins-warning.js.map +1 -0
- package/dist/src/plugins.d.ts +13 -0
- package/dist/src/plugins.d.ts.map +1 -1
- package/dist/src/plugins.js +16 -0
- package/dist/src/plugins.js.map +1 -1
- package/package.json +4 -4
- package/src/cli.ts +4 -1
- package/src/internal/builtin-plugins/artifacts/index.ts +5 -2
- package/src/internal/builtin-plugins/clean/index.ts +3 -2
- package/src/internal/builtin-plugins/console/index.ts +3 -2
- package/src/internal/builtin-plugins/coverage/index.ts +3 -2
- package/src/internal/builtin-plugins/flatten/index.ts +3 -2
- package/src/internal/builtin-plugins/gas-analytics/index.ts +3 -2
- package/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.ts +5 -0
- package/src/internal/builtin-plugins/network-manager/index.ts +3 -2
- package/src/internal/builtin-plugins/network-manager/provider-errors.ts +0 -34
- package/src/internal/builtin-plugins/node/index.ts +3 -2
- package/src/internal/builtin-plugins/run/index.ts +3 -2
- package/src/internal/builtin-plugins/solidity/build-system/build-system.ts +11 -0
- package/src/internal/builtin-plugins/solidity/build-system/warning-suppression.ts +1 -0
- package/src/internal/builtin-plugins/solidity/config.ts +7 -1
- package/src/internal/builtin-plugins/solidity/index.ts +3 -2
- package/src/internal/builtin-plugins/solidity/solidity-hooks.ts +8 -2
- package/src/internal/builtin-plugins/solidity-test/index.ts +3 -2
- package/src/internal/builtin-plugins/telemetry/index.ts +3 -2
- package/src/internal/builtin-plugins/test/index.ts +3 -2
- package/src/internal/cli/init/prompt.ts +1 -1
- package/src/internal/cli/main.ts +6 -0
- package/src/internal/core/plugins/loaded-plugins-registry.ts +11 -0
- package/src/internal/core/plugins/unused-plugins-warning.ts +47 -0
- package/src/plugins.ts +19 -0
- package/templates/hardhat-3/01-node-test-runner-viem/README.md +3 -3
- package/templates/hardhat-3/01-node-test-runner-viem/package.json +11 -11
- package/templates/hardhat-3/01-node-test-runner-viem/tsconfig.json +2 -1
- package/templates/hardhat-3/02-mocha-ethers/README.md +3 -3
- package/templates/hardhat-3/02-mocha-ethers/package.json +14 -14
- package/templates/hardhat-3/02-mocha-ethers/tsconfig.json +2 -1
- package/templates/hardhat-3/03-minimal/README.md +2 -2
- package/templates/hardhat-3/03-minimal/package.json +1 -1
- package/templates/hardhat-3/03-minimal/tsconfig.json +2 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { HardhatPlugin } from "../../../types/plugins.js";
|
|
2
2
|
|
|
3
|
+
import { definePlugin } from "../../../plugins.js";
|
|
3
4
|
import { task } from "../../core/config.js";
|
|
4
5
|
|
|
5
|
-
const hardhatPlugin: HardhatPlugin = {
|
|
6
|
+
const hardhatPlugin: HardhatPlugin = definePlugin({
|
|
6
7
|
id: "builtin:telemetry",
|
|
7
8
|
tasks: [
|
|
8
9
|
task("telemetry", "Display and modify telemetry settings")
|
|
@@ -18,6 +19,6 @@ const hardhatPlugin: HardhatPlugin = {
|
|
|
18
19
|
.build(),
|
|
19
20
|
],
|
|
20
21
|
npmPackage: "hardhat",
|
|
21
|
-
};
|
|
22
|
+
});
|
|
22
23
|
|
|
23
24
|
export default hardhatPlugin;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import type { HardhatPlugin } from "../../../types/plugins.js";
|
|
2
2
|
|
|
3
|
+
import { definePlugin } from "../../../plugins.js";
|
|
3
4
|
import { ArgumentType } from "../../../types/arguments.js";
|
|
4
5
|
import { task } from "../../core/config.js";
|
|
5
6
|
|
|
6
7
|
export type * from "./type-extensions.js";
|
|
7
8
|
|
|
8
|
-
const hardhatPlugin: HardhatPlugin = {
|
|
9
|
+
const hardhatPlugin: HardhatPlugin = definePlugin({
|
|
9
10
|
id: "builtin:test",
|
|
10
11
|
hookHandlers: {
|
|
11
12
|
config: () => import("./hook-handlers/config.js"),
|
|
@@ -37,6 +38,6 @@ const hardhatPlugin: HardhatPlugin = {
|
|
|
37
38
|
],
|
|
38
39
|
dependencies: () => [import("../solidity/index.js")],
|
|
39
40
|
npmPackage: "hardhat",
|
|
40
|
-
};
|
|
41
|
+
});
|
|
41
42
|
|
|
42
43
|
export default hardhatPlugin;
|
package/src/internal/cli/main.ts
CHANGED
|
@@ -40,6 +40,7 @@ import { parseArgumentValue } from "../core/arguments.js";
|
|
|
40
40
|
import { buildGlobalOptionDefinitions } from "../core/global-options.js";
|
|
41
41
|
import { resolveProjectRoot } from "../core/hre.js";
|
|
42
42
|
import { resolvePluginList } from "../core/plugins/resolve-plugin-list.js";
|
|
43
|
+
import { warnAboutUnusedLoadedPlugins } from "../core/plugins/unused-plugins-warning.js";
|
|
43
44
|
import { isArgumentRequired } from "../core/tasks/utils.js";
|
|
44
45
|
import { setGlobalHardhatRuntimeEnvironment } from "../global-hre-instance.js";
|
|
45
46
|
import { createHardhatRuntimeEnvironment } from "../hre-initialization.js";
|
|
@@ -60,6 +61,7 @@ export interface MainOptions {
|
|
|
60
61
|
registerTsx?: boolean;
|
|
61
62
|
rethrowErrors?: true;
|
|
62
63
|
allowNonlocalHardhatInstallation?: true;
|
|
64
|
+
warnAboutUnusedPlugins?: true;
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
export async function main(
|
|
@@ -234,6 +236,10 @@ export async function main(
|
|
|
234
236
|
{ resolvedPlugins, globalOptionDefinitions },
|
|
235
237
|
);
|
|
236
238
|
|
|
239
|
+
if (options.warnAboutUnusedPlugins) {
|
|
240
|
+
warnAboutUnusedLoadedPlugins(hre.config.plugins);
|
|
241
|
+
}
|
|
242
|
+
|
|
237
243
|
// This must be the first time we set it, otherwise we let it crash
|
|
238
244
|
setGlobalHardhatRuntimeEnvironment(hre);
|
|
239
245
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { HardhatPlugin } from "../../../types/plugins.js";
|
|
2
|
+
|
|
3
|
+
const loadedPlugins = new Map<string, HardhatPlugin>();
|
|
4
|
+
|
|
5
|
+
export function registerLoadedPlugin(plugin: HardhatPlugin): void {
|
|
6
|
+
loadedPlugins.set(plugin.id, plugin);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export function getLoadedPlugins(): ReadonlyMap<string, HardhatPlugin> {
|
|
10
|
+
return loadedPlugins;
|
|
11
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { HardhatPlugin } from "../../../types/plugins.js";
|
|
2
|
+
|
|
3
|
+
import { styleText } from "node:util";
|
|
4
|
+
|
|
5
|
+
import { getLoadedPlugins } from "./loaded-plugins-registry.js";
|
|
6
|
+
|
|
7
|
+
export function warnAboutUnusedLoadedPlugins(
|
|
8
|
+
resolvedPlugins: HardhatPlugin[],
|
|
9
|
+
printError: (message: string) => void = (message) => console.error(message),
|
|
10
|
+
loadedPlugins: Iterable<HardhatPlugin> = getLoadedPlugins().values(),
|
|
11
|
+
): void {
|
|
12
|
+
const resolvedIds = new Set(resolvedPlugins.map((p) => p.id));
|
|
13
|
+
|
|
14
|
+
const unused: HardhatPlugin[] = [];
|
|
15
|
+
for (const plugin of loadedPlugins) {
|
|
16
|
+
if (!resolvedIds.has(plugin.id)) {
|
|
17
|
+
unused.push(plugin);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (unused.length === 0) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const lines: string[] = [
|
|
26
|
+
"",
|
|
27
|
+
styleText(["bold", "yellow"], "Warning:") +
|
|
28
|
+
" the following plugins were imported but are not present in the `plugins` array of your config:",
|
|
29
|
+
"",
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
for (const plugin of unused) {
|
|
33
|
+
const name =
|
|
34
|
+
plugin.npmPackage !== undefined && plugin.npmPackage !== null
|
|
35
|
+
? `${plugin.npmPackage} (id: ${plugin.id})`
|
|
36
|
+
: plugin.id;
|
|
37
|
+
lines.push(` - ${name}`);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
lines.push(
|
|
41
|
+
"",
|
|
42
|
+
" Add them to the `plugins` array, or remove the unused plugin import(s) to silence this warning.",
|
|
43
|
+
"",
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
printError(lines.join("\n"));
|
|
47
|
+
}
|
package/src/plugins.ts
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
export { HardhatPluginError } from "@nomicfoundation/hardhat-errors";
|
|
2
2
|
|
|
3
|
+
import type { HardhatPlugin } from "./types/plugins.js";
|
|
4
|
+
|
|
5
|
+
import { registerLoadedPlugin } from "./internal/core/plugins/loaded-plugins-registry.js";
|
|
3
6
|
import { throwUsingHardhat2PluginError } from "./internal/using-hardhat2-plugin-errors.js";
|
|
4
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Defines a Hardhat plugin.
|
|
10
|
+
*
|
|
11
|
+
* Plugin authors should use this helper as the default export of their
|
|
12
|
+
* plugin's `index` module. It registers the plugin's `id` in a process-wide
|
|
13
|
+
* registry of loaded plugins, which the Hardhat CLI uses to detect plugins
|
|
14
|
+
* that are imported but not included in the user's `plugins` array.
|
|
15
|
+
*
|
|
16
|
+
* @param plugin The plugin definition.
|
|
17
|
+
* @returns The same plugin definition, unchanged.
|
|
18
|
+
*/
|
|
19
|
+
export function definePlugin(plugin: HardhatPlugin): HardhatPlugin {
|
|
20
|
+
registerLoadedPlugin(plugin);
|
|
21
|
+
return plugin;
|
|
22
|
+
}
|
|
23
|
+
|
|
5
24
|
/**
|
|
6
25
|
* @deprecated This function is part of the Hardhat 2 plugin API.
|
|
7
26
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Sample Hardhat 3
|
|
1
|
+
# Sample Hardhat 3 Project (`node:test` and `viem`)
|
|
2
2
|
|
|
3
|
-
This project showcases a Hardhat 3
|
|
3
|
+
This project showcases a Hardhat 3 project using the native Node.js test runner (`node:test`) and the `viem` library for Ethereum interactions.
|
|
4
4
|
|
|
5
|
-
To learn more about
|
|
5
|
+
To learn more about Hardhat 3, please visit the [Getting Started guide](https://hardhat.org/docs/getting-started#getting-started-with-hardhat-3). To share your feedback, join our [Hardhat 3](https://hardhat.org/hardhat3-telegram-group) Telegram group or [open an issue](https://github.com/NomicFoundation/hardhat/issues/new) in our GitHub issue tracker.
|
|
6
6
|
|
|
7
7
|
## Project Overview
|
|
8
8
|
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
"description": "A TypeScript Hardhat project using Node Test Runner and Viem",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"hardhat": "workspace:^3.
|
|
9
|
-
"@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.
|
|
10
|
-
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.
|
|
8
|
+
"hardhat": "workspace:^3.8.0",
|
|
9
|
+
"@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.7",
|
|
10
|
+
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.7",
|
|
11
11
|
"@types/node": "^22.8.5",
|
|
12
12
|
"forge-std": "foundry-rs/forge-std#v1.9.4",
|
|
13
13
|
"typescript": "~6.0.3",
|
|
14
14
|
"viem": "^2.47.6"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.
|
|
18
|
-
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.
|
|
19
|
-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.
|
|
20
|
-
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.
|
|
21
|
-
"@nomicfoundation/hardhat-viem": "workspace:^3.0.
|
|
22
|
-
"@nomicfoundation/hardhat-viem-assertions": "workspace:^3.1.
|
|
23
|
-
"@nomicfoundation/hardhat-verify": "workspace:^3.0.
|
|
24
|
-
"@nomicfoundation/ignition-core": "workspace:^3.1.
|
|
17
|
+
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.6",
|
|
18
|
+
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.12",
|
|
19
|
+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.10",
|
|
20
|
+
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.17",
|
|
21
|
+
"@nomicfoundation/hardhat-viem": "workspace:^3.0.9",
|
|
22
|
+
"@nomicfoundation/hardhat-viem-assertions": "workspace:^3.1.1",
|
|
23
|
+
"@nomicfoundation/hardhat-verify": "workspace:^3.0.19",
|
|
24
|
+
"@nomicfoundation/ignition-core": "workspace:^3.1.7"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Sample Hardhat 3
|
|
1
|
+
# Sample Hardhat 3 Project (`mocha` and `ethers`)
|
|
2
2
|
|
|
3
|
-
This project showcases a Hardhat 3
|
|
3
|
+
This project showcases a Hardhat 3 project using `mocha` for tests and the `ethers` library for Ethereum interactions.
|
|
4
4
|
|
|
5
|
-
To learn more about
|
|
5
|
+
To learn more about Hardhat 3, please visit the [Getting Started guide](https://hardhat.org/docs/getting-started#getting-started-with-hardhat-3). To share your feedback, join our [Hardhat 3](https://hardhat.org/hardhat3-telegram-group) Telegram group or [open an issue](https://github.com/NomicFoundation/hardhat/issues/new) in our GitHub issue tracker.
|
|
6
6
|
|
|
7
7
|
## Project Overview
|
|
8
8
|
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"description": "A TypeScript Hardhat project using Mocha and Ethers.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"hardhat": "workspace:^3.
|
|
9
|
-
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.
|
|
10
|
-
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.
|
|
11
|
-
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.
|
|
8
|
+
"hardhat": "workspace:^3.8.0",
|
|
9
|
+
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.7",
|
|
10
|
+
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.13",
|
|
11
|
+
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.7",
|
|
12
12
|
"@types/chai": "^5.2.3",
|
|
13
13
|
"@types/chai-as-promised": "^8.0.1",
|
|
14
14
|
"@types/mocha": ">=10.0.10",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"typescript": "~6.0.3"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.
|
|
24
|
-
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.
|
|
25
|
-
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.
|
|
26
|
-
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^3.1.
|
|
27
|
-
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.
|
|
28
|
-
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.
|
|
29
|
-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.
|
|
30
|
-
"@nomicfoundation/hardhat-typechain": "workspace:^3.1.
|
|
31
|
-
"@nomicfoundation/hardhat-verify": "workspace:^3.0.
|
|
32
|
-
"@nomicfoundation/ignition-core": "workspace:^3.1.
|
|
23
|
+
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.13",
|
|
24
|
+
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.10",
|
|
25
|
+
"@nomicfoundation/hardhat-ignition": "workspace:^3.1.7",
|
|
26
|
+
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^3.1.6",
|
|
27
|
+
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.12",
|
|
28
|
+
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.21",
|
|
29
|
+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.10",
|
|
30
|
+
"@nomicfoundation/hardhat-typechain": "workspace:^3.1.1",
|
|
31
|
+
"@nomicfoundation/hardhat-verify": "workspace:^3.0.19",
|
|
32
|
+
"@nomicfoundation/ignition-core": "workspace:^3.1.7"
|
|
33
33
|
}
|
|
34
34
|
}
|