Skip to content

Commit

Permalink
fix(pg): change @nomiclabs/hardhat-etherscan from devDependency to de…
Browse files Browse the repository at this point in the history
…pendency
  • Loading branch information
sam-goldman committed Dec 15, 2022
1 parent 896a6ba commit 2dbf187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-eggs-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chugsplash/executor': patch
---

Change @nomiclabs/hardhat-etherscan from devDependency to dependency
2 changes: 1 addition & 1 deletion packages/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@chugsplash/plugins": "^0.8.4",
"@eth-optimism/common-ts": "^0.6.0",
"@eth-optimism/core-utils": "^0.9.3",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"dotenv": "^16.0.3",
"ethers": "^5.6.8",
"ipfs-http-client": "56.0.3",
Expand All @@ -44,6 +43,7 @@
"dependencies": {
"@amplitude/node": "^1.10.2",
"@chugsplash/core": "^0.3.20",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"hardhat": "^2.10.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.2.1.tgz#8057b43566a0e41abeb8142064a3c0d3f23dca86"
integrity sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==

"@nomiclabs/hardhat-etherscan@^3.1.2":
"@nomiclabs/hardhat-etherscan@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.3.tgz#c9dbaa4174edfa075a464a0e9142bc8710a2c4e2"
integrity sha512-UeNO97j0lwOHqX7mrH6SfQQBdXq1Ng6eFr7uJKuQOrq2UVTWGD70lE5QO4fAFVPz9ao+xlNpMyIqSR7+OaDR+Q==
Expand Down

0 comments on commit 2dbf187

Please sign in to comment.