Skip to content

Commit

Permalink
chore(constants+contracts): bump versions (#659)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
  • Loading branch information
james-a-morris committed Jun 11, 2024
1 parent 4de6fbf commit 8e32dab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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.0.0",
"version": "3.0.1",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down Expand Up @@ -99,8 +99,8 @@
},
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants": "^3.0.0",
"@across-protocol/contracts": "^3.0.0",
"@across-protocol/constants": "^3.0.1",
"@across-protocol/contracts": "^3.0.1",
"@eth-optimism/sdk": "^3.3.1",
"@pinata/sdk": "^2.1.0",
"@types/mocha": "^10.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@uma/common" "^2.17.0"
hardhat "^2.9.3"

"@across-protocol/constants@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.0.0.tgz#0f5cbcaf40d43babbecb322d91a689b49c5536a0"
integrity sha512-iJz1EDdYr+GRgHRZwcAw2G06ZvV9VOW6GQ846X7G/dd8wVQej18v1Fpx6th4bcSba1j7jR5Hfi+/zqSDoxyLmw==
"@across-protocol/constants@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.0.1.tgz#8fb2760a3c64801c9324bcbf76084fae9dfabb52"
integrity sha512-cCrhLEpYfiFeDrXscUgdRTnOW5Sn2W9mmdrxxl1dXLC+tYMb1c2rgQVBQNxrdW7LGiDqCR4a5m5jYgWPXonzQg==

"@across-protocol/contracts@^0.1.4":
version "0.1.4"
Expand All @@ -30,12 +30,12 @@
"@openzeppelin/contracts" "4.1.0"
"@uma/core" "^2.18.0"

"@across-protocol/contracts@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.0.tgz#2897823d51d1fb8bd4292e9d05500c4d824c3c08"
integrity sha512-4rZTWR8gJAKecdfbhX31HHL5QgRuKJFL7epNEiPfHODFDivAfCltUkY/ozxf0EUnl2u3DrfrEhc6HeOS2lXNHw==
"@across-protocol/contracts@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.1.tgz#05944932ee5f64895c940041c2770824964fb00f"
integrity sha512-8OGsYRRzewrsb3OKhM2KBQAILXpQ6OWNmiuKqnX9el7x2K+sLdWVjBklPybI8mgngbJ/vALstulkQtQXOqkZ1Q==
dependencies:
"@across-protocol/constants" "^3.0.0"
"@across-protocol/constants" "^3.0.1"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
"@ethersproject/abstract-provider" "5.7.0"
Expand Down

0 comments on commit 8e32dab

Please sign in to comment.