Skip to content

Commit e548ea2

Browse files
committed
chore: add peer dep on hardhat-verify to other ignition packages
1 parent 35e7127 commit e548ea2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v-next/hardhat-ignition-ethers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"hardhat": "workspace:^3.0.0-next.23",
6666
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.0-next.23",
6767
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.23",
68+
"@nomicfoundation/hardhat-verify": "workspace:^3.0.0-next.23",
6869
"@nomicfoundation/ignition-core": "workspace:^3.0.0-next.23",
6970
"ethers": "^6.14.0"
7071
}

v-next/hardhat-ignition-viem/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"hardhat": "workspace:^3.0.0-next.23",
6767
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.23",
6868
"@nomicfoundation/ignition-core": "workspace:^3.0.0-next.23",
69+
"@nomicfoundation/hardhat-verify": "workspace:^3.0.0-next.23",
6970
"@nomicfoundation/hardhat-viem": "workspace:^3.0.0-next.23",
7071
"viem": "^2.30.0"
7172
}

0 commit comments

Comments
 (0)