Skip to content

Commit

Permalink
bump contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Jan 13, 2025
1 parent 70501d6 commit 1e6ea03
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": "^3.1.28",
"@across-protocol/contracts": "^3.0.20",
"@across-protocol/contracts": "^3.0.21",
"@eth-optimism/sdk": "^3.3.1",
"@ethersproject/bignumber": "^5.7.0",
"@pinata/sdk": "^2.1.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"@uma/common" "^2.17.0"
hardhat "^2.9.3"

"@across-protocol/constants@^3.1.27":
version "3.1.27"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.27.tgz#6c7b2b277d83ae1024c1de6faf474192391af0bd"
integrity sha512-3YEK2ERB2FVdDdrkFk5YeuRu/oIAHTIeu6YfT39SfZjIPyltP0ReFlDfZQ8c+rFiHurwyK39kjZF70VxRRREYw==

"@across-protocol/constants@^3.1.28":
version "3.1.28"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.28.tgz#0540f5a44b085b0951a853898afe174ea113db3a"
Expand All @@ -35,12 +30,12 @@
"@openzeppelin/contracts" "4.1.0"
"@uma/core" "^2.18.0"

"@across-protocol/contracts@^3.0.20":
version "3.0.20"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.20.tgz#5a70782093d21a96b2e955b7ed725bea7af6e804"
integrity sha512-ufyO+MrbY7+0TDm/1cDl9iAeR4P8jt0AM1F9wiCBHVIYtj1wMD4eNm7G5Am3u8p1ruMjRhi6dJEVQcRF2O+LUg==
"@across-protocol/contracts@^3.0.21":
version "3.0.21"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.21.tgz#1f3c14e89a299714a10e3e2455794f3a741e0100"
integrity sha512-qO/8V7iZ4Os7fMPzMqVaHIVA7Ri00k3QamzVfDSAIolydlbI7YuRstGPscO6ILBSofPlClxw2sYvmYozJMTFXQ==
dependencies:
"@across-protocol/constants" "^3.1.27"
"@across-protocol/constants" "^3.1.28"
"@coral-xyz/anchor" "^0.30.1"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
Expand Down

0 comments on commit 1e6ea03

Please sign in to comment.