Skip to content

Commit

Permalink
chore: Bump contracts to latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Feb 21, 2024
1 parent 79c0e1a commit 2e0c9c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants-v2": "^1.0.11",
"@across-protocol/contracts-v2": "2.5.0-beta.5",
"@across-protocol/contracts-v2": "2.5.0-beta.7",
"@eth-optimism/sdk": "^3.1.8",
"@pinata/sdk": "^2.1.0",
"@types/mocha": "^10.0.1",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
resolved "https://registry.yarnpkg.com/@across-protocol/constants-v2/-/constants-v2-1.0.11.tgz#58d34b5cb50351d097f2ca43c5a30b5908faed7c"
integrity sha512-RpseYB2QxGyfyrfXtUeFxUSCUW1zqu442QFzsdD1LBZtymuzdHuL2MwtTdmRRnJSvzRTFTtlRh4bYDoExSb5zQ==

"@across-protocol/constants-v2@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@across-protocol/constants-v2/-/constants-v2-1.0.4.tgz#df31c81038982a25de2b1b8f7604875f3de1186c"
integrity sha512-Nzl8Z1rZFvcpuKQu7CmBVfvgB13/NoulcsRVYBSkG90imS/e6mugxzqD9UrUb+WOL0ODMCANCAoDw54ZBBzNiQ==

"@across-protocol/contracts-v2@2.5.0-beta.5":
version "2.5.0-beta.5"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts-v2/-/contracts-v2-2.5.0-beta.5.tgz#d053facf0408047da4a25b25a54143f2944cda0f"
integrity sha512-bInPHvrN2cBJwokcHLNdzsE6E901Y0e67fpY4ihnx3Zf8VjBBI25YhCOWNkv/t7wOQj3+lJ6OZ9m4hNcJDLhgw==
"@across-protocol/contracts-v2@2.5.0-beta.7":
version "2.5.0-beta.7"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts-v2/-/contracts-v2-2.5.0-beta.7.tgz#9410efc9e39b8b1b6e814dcd416e6017f7d40abd"
integrity sha512-/u6VB5QZwi9i7EDRBYNGMne+/ZXTI1XbHzEEI4+Z1Bb6xKvKjTsJJsStz7wwBplGAWCkmRLVxCbJtfN2o0iUSw==
dependencies:
"@across-protocol/constants-v2" "^1.0.4"
"@across-protocol/constants-v2" "^1.0.11"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
"@ethersproject/abstract-provider" "5.7.0"
Expand Down

0 comments on commit 2e0c9c9

Please sign in to comment.