Skip to content

Commit

Permalink
feat(ct): Use canary release of op bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed May 22, 2023
1 parent 7b24d3b commit c51462c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ninety-pumas-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chugsplash/contracts': patch
---

Use canary release of op bedrock
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/contracts-bedrock": "^0.13.2"
"@eth-optimism/contracts-bedrock": "^0.0.0-20230522161230"
}
}
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,16 @@
prom-client "^13.1.0"
qs "^6.10.5"

"@eth-optimism/contracts-bedrock@^0.0.0-20230522161230":
version "0.0.0-20230522161230"
resolved "https://registry.yarnpkg.com/@eth-optimism/contracts-bedrock/-/contracts-bedrock-0.0.0-20230522161230.tgz#2392c6a2193db9c11a39c5429067203176df5859"
integrity sha512-DQPhdJb8qFF1PtImcLdrTe4+QvohQJZpyZsdO+QJA7l0EXeI9zMog0ZUQToO1+PiRx07t6W4EHYCO0dk7mqAcQ==
dependencies:
"@eth-optimism/core-utils" "^0.12.0"
"@openzeppelin/contracts" "4.7.3"
"@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"
Expand Down

0 comments on commit c51462c

Please sign in to comment.