We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53c451 + 07a84ae commit 6710e4dCopy full SHA for 6710e4d
.changeset/tricky-hotels-crash.md
@@ -0,0 +1,5 @@
1
+---
2
+'@eth-optimism/contracts-bedrock': patch
3
4
+
5
+Move core-utils to deps instead of devdeps
packages/contracts-bedrock/package.json
@@ -13,6 +13,7 @@
13
"deployments/**/*.json"
14
],
15
"dependencies": {
16
+ "@eth-optimism/core-utils": "^0.8.6",
17
"@openzeppelin/contracts": "^4.5.0",
18
"@openzeppelin/contracts-upgradeable": "^4.5.2",
19
"ethers": "^5.6.8",
@@ -40,7 +41,6 @@
40
41
"lint": "yarn lint:fix && yarn lint:check"
42
},
43
"devDependencies": {
- "@eth-optimism/core-utils": "^0.8.6",
44
"@foundry-rs/hardhat-forge": "^0.1.5",
45
"@nomiclabs/hardhat-ethers": "^2.0.0",
46
"@nomiclabs/hardhat-etherscan": "^2.1.3",
0 commit comments