Skip to content

Commit

Permalink
contracts-bedrock: update hardhat forge dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored and sam-goldman committed Sep 15, 2022
1 parent f221fc4 commit 38dfb24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-suits-turn.md
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Update hardhat-forge dep, remove dead deps
6 changes: 2 additions & 4 deletions packages/contracts-bedrock/package.json
Expand Up @@ -47,14 +47,12 @@
"ethers": "^5.6.8",
"excessively-safe-call": "https://github.com/nomad-xyz/ExcessivelySafeCall.git#4fcdfd3593d21381f696c790fa6180b8ef559c1e",
"forge-std": "https://github.com/foundry-rs/forge-std.git#f18682b2874fc57d7c80a511fed0b35ec4201ffa",
"hardhat": "^2.9.6",
"merkle-patricia-tree": "^4.2.4",
"rlp": "^2.2.7"
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@defi-wonderland/smock": "^2.0.2",
"@foundry-rs/hardhat-forge": "^0.1.12",
"@foundry-rs/hardhat-forge": "^0.1.14",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1636,10 +1636,10 @@
command-exists "^1.2.9"
ts-interface-checker "^0.1.9"

"@foundry-rs/hardhat-forge@^0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@foundry-rs/hardhat-forge/-/hardhat-forge-0.1.12.tgz#0557909762b86033e4699b9dc8e4cb58ddfc3fff"
integrity sha512-y05JYP+uvBaWKZZPuMkzc7cWS0gPTb4JzwrBA++9cIe1Aae+atz340cREBsCV9joEUpcK0UMRMURBns3A5nhhQ==
"@foundry-rs/hardhat-forge@^0.1.14":
version "0.1.14"
resolved "https://registry.yarnpkg.com/@foundry-rs/hardhat-forge/-/hardhat-forge-0.1.14.tgz#0291db05b7205fc8c65c164394c50f23f10d7ee1"
integrity sha512-XZeD7fRPJIEVNl1oPUfb/NftQfY+i23e/uOUICAaKpuJF283ge+vTisEPPUyoOw4zVNLTNFZyVKuuC3npIQmFw==
dependencies:
"@foundry-rs/easy-foundryup" "^0.1.3"
"@nomiclabs/hardhat-ethers" "^2.0.0"
Expand Down

0 comments on commit 38dfb24

Please sign in to comment.