Skip to content

Commit

Permalink
chore: Bump contracts (#681)
Browse files Browse the repository at this point in the history
For Blast contracts.
  • Loading branch information
pxrl committed Jul 9, 2024
1 parent 63e7483 commit 72155a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.1.10",
"version": "3.1.11",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants": "^3.1.5",
"@across-protocol/contracts": "^3.0.4",
"@across-protocol/contracts": "^3.0.5",
"@eth-optimism/sdk": "^3.3.1",
"@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 @@ -16,11 +16,6 @@
"@uma/common" "^2.17.0"
hardhat "^2.9.3"

"@across-protocol/constants@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.3.tgz#534764a4137bd5181ab4214543d0cbbf44a90c63"
integrity sha512-4pUjJrRor9gFPAsskbva6bDK780tzXYMWtqCtBa1jOUc+X3PxC6U6lF7ZoyX+lqU/KcfAWDLg8YEsz+KLm3NrQ==

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

"@across-protocol/contracts@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.4.tgz#249e5294ebbc3ee7076702eeaf01e054835e3624"
integrity sha512-NhpNE3iwMNNOeHCA2IVcXYZAdmRqI9OAWrRF/gwCJ0yzKL46fodKlZEVjBwGMbTWE4QLqiPTnI0cVwARoFdybg==
"@across-protocol/contracts@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.5.tgz#6c10e464d676ced05fd79455aac5ecf2bf6243d8"
integrity sha512-SOMyka9okiAq74i3KavowcD3jYh8fetsO/wHEkaH/0Gs0arXz4pcRDgTK97IsnBygbTkPPjwc+mPCPbLcnRJlQ==
dependencies:
"@across-protocol/constants" "^3.1.3"
"@across-protocol/constants" "^3.1.5"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
"@ethersproject/abstract-provider" "5.7.0"
Expand Down

0 comments on commit 72155a6

Please sign in to comment.