Skip to content

Commit

Permalink
fix(core,pg): use Optimism contracts-bedrock package canary version i…
Browse files Browse the repository at this point in the history
…n all ChugSplash packages
  • Loading branch information
sam-goldman committed May 23, 2023
1 parent 7d67108 commit f13070f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .changeset/silver-laws-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@chugsplash/plugins': patch
'@chugsplash/core': patch
---

Use Optimism contracts-bedrock package canary version in all ChugSplash packages
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@amplitude/node": "^1.10.2",
"@chugsplash/contracts": "^0.7.3",
"@eth-optimism/common-ts": "^0.7.1",
"@eth-optimism/contracts-bedrock": "^0.8.0",
"@eth-optimism/contracts-bedrock": "^0.0.0-20230522161230",
"@eth-optimism/core-utils": "^0.9.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@metamask/eth-sig-util": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"yesno": "^0.4.0"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "^0.13.2",
"@eth-optimism/contracts-bedrock": "^0.0.0-20230522161230",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
Expand Down
24 changes: 1 addition & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,28 +619,6 @@
"@openzeppelin/contracts-upgradeable" "4.7.3"
ethers "^5.7.0"

"@eth-optimism/contracts-bedrock@^0.13.2":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@eth-optimism/contracts-bedrock/-/contracts-bedrock-0.13.2.tgz#4cdd4bfe7d905fa237719efdadab6bc228f49b0f"
integrity sha512-LMJzK0psPYEGDvvb+Qix8e1cK4+9J8tD9yXFqCt+On87warrTj8DZmLNh3G56DTLBrpz5/U6g62peEEsYha/4w==
dependencies:
"@eth-optimism/core-utils" "^0.12.0"
"@openzeppelin/contracts" "4.7.3"
"@openzeppelin/contracts-upgradeable" "4.7.3"
ethers "^5.7.0"
hardhat "^2.9.6"

"@eth-optimism/contracts-bedrock@^0.8.0":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@eth-optimism/contracts-bedrock/-/contracts-bedrock-0.8.3.tgz#a73302b57a61d9516abf80c136bf8298327178d5"
integrity sha512-GGe09aHb0ucyh9u1+xMxVs9HUPyAa4ojVARjXztAdGmliash4Kmn8o95qmCM7eQeaMMdVYKKdVk21lqekIhZ2w==
dependencies:
"@eth-optimism/core-utils" "^0.10.1"
"@openzeppelin/contracts" "4.7.3"
"@openzeppelin/contracts-upgradeable" "4.7.3"
ethers "^5.7.0"
hardhat "^2.9.6"

"@eth-optimism/contracts@^0.5.40":
version "0.5.40"
resolved "https://registry.yarnpkg.com/@eth-optimism/contracts/-/contracts-0.5.40.tgz#d13a04a15ea947a69055e6fc74d87e215d4c936a"
Expand Down Expand Up @@ -4976,7 +4954,7 @@ hardhat-deploy@^0.11.18:
qs "^6.9.4"
zksync-web3 "^0.14.3"

hardhat@^2.10.0, hardhat@^2.9.6, hardhat@^2.9.9:
hardhat@^2.10.0, hardhat@^2.9.9:
version "2.14.0"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.14.0.tgz#b60c74861494aeb1b50803cf04cc47865a42b87a"
integrity sha512-73jsInY4zZahMSVFurSK+5TNCJTXMv+vemvGia0Ac34Mm19fYp6vEPVGF3sucbumszsYxiTT2TbS8Ii2dsDSoQ==
Expand Down

0 comments on commit f13070f

Please sign in to comment.