Skip to content

Commit

Permalink
chore: move ignition packages into temp folder
Browse files Browse the repository at this point in the history
The move here is to remove Ignition from the Hardhat 2 packages and
build, but to a temp folder. We then move the packages into `v-next`
incrementally.
  • Loading branch information
kanej committed Jan 27, 2025
1 parent 47fba67 commit 58fe088
Show file tree
Hide file tree
Showing 661 changed files with 76 additions and 2,912 deletions.
2 changes: 0 additions & 2 deletions packages/hardhat-core/src/internal/cli/project-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ const ETHERS_PEER_DEPENDENCIES: Dependencies = {
"@typechain/hardhat": "^9.0.0",
typechain: "^8.3.0",
"@typechain/ethers-v6": "^0.5.0",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
};

const VIEM_PEER_DEPENDENCIES: Dependencies = {
"@nomicfoundation/hardhat-viem": "^2.0.0",
viem: "^2.7.6",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
};

const TYPESCRIPT_DEPENDENCIES: Dependencies = {};
Expand Down
2 changes: 0 additions & 2 deletions packages/hardhat-toolbox-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@nomicfoundation/hardhat-ignition-viem": "workspace:^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
"@nomicfoundation/hardhat-viem": "workspace:^2.0.0",
Expand All @@ -72,7 +71,6 @@
"viem": "^2.7.6"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ignition-viem": "workspace:^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
"@nomicfoundation/hardhat-viem": "workspace:^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/hardhat-toolbox-viem/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "@nomicfoundation/hardhat-verify";
import "@nomicfoundation/hardhat-viem";
import "@nomicfoundation/hardhat-ignition-viem";
import "hardhat-gas-reporter";
import "solidity-coverage";
import "./internal/chai-setup";
Expand Down
2 changes: 0 additions & 2 deletions packages/hardhat-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@nomicfoundation/hardhat-chai-matchers": "workspace:^2.0.0",
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
"@typechain/ethers-v6": "^0.5.0",
Expand Down Expand Up @@ -73,7 +72,6 @@
"peerDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "workspace:^2.0.0",
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
"@typechain/ethers-v6": "^0.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/hardhat-toolbox/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import "@nomicfoundation/hardhat-chai-matchers";
import "@nomicfoundation/hardhat-ethers";
import "@nomicfoundation/hardhat-verify";
import "@nomicfoundation/hardhat-ignition-ethers";
import "@typechain/hardhat";
import "hardhat-gas-reporter";
import "solidity-coverage";
Expand Down
Loading

0 comments on commit 58fe088

Please sign in to comment.