Skip to content

Commit 6e348a8

Browse files
authored
Merge pull request #45 from OffchainLabs/bump-executor
Bump executor to support CALL
2 parents 8667fb0 + c04d6ea commit 6e348a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"@arbitrum/nitro-contracts": "^1.0.0-beta.8",
41-
"@offchainlabs/upgrade-executor": "^1.0.0-beta.2",
41+
"@offchainlabs/upgrade-executor": "1.1.0-beta.0",
4242
"@openzeppelin/contracts": "4.8.3",
4343
"@openzeppelin/contracts-upgradeable": "4.8.3"
4444
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,10 @@
921921
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.6.tgz#d11cb063a5f61a77806053e54009c40ddee49a54"
922922
integrity sha512-+Wz0hwmJGSI17B+BhU/qFRZ1l6/xMW82QGXE/Gi+WTmwgJrQefuBs1lIf7hzQ1hLk6hpkvb/zwcNkpVKRYTQYg==
923923

924-
"@offchainlabs/upgrade-executor@^1.0.0-beta.2":
925-
version "1.0.0"
926-
resolved "https://registry.yarnpkg.com/@offchainlabs/upgrade-executor/-/upgrade-executor-1.0.0.tgz#226e92d116bce4b08f65d4a213bd1e00be08f089"
927-
integrity sha512-leTFFNKS1z19gExXUhg/GZOBmsm2Tj9Ev7viOmFtc2ktgcczox0J2bx3CLQ+4/SgvCkeUH4ZtKoNosW8rgSJaw==
924+
"@offchainlabs/upgrade-executor@1.1.0-beta.0":
925+
version "1.1.0-beta.0"
926+
resolved "https://registry.yarnpkg.com/@offchainlabs/upgrade-executor/-/upgrade-executor-1.1.0-beta.0.tgz#c4b1375176546a18aaef01a43956abfb58250e0a"
927+
integrity sha512-mpn6PHjH/KDDjNX0pXHEKdyv8m6DVGQiI2nGzQn0JbM1nOSHJpWx6fvfjtH7YxHJ6zBZTcsKkqGkFKDtCfoSLw==
928928
dependencies:
929929
"@openzeppelin/contracts" "4.7.3"
930930
"@openzeppelin/contracts-upgradeable" "4.7.3"

0 commit comments

Comments
 (0)