Skip to content

Commit

Permalink
chore: Bump contracts (#677)
Browse files Browse the repository at this point in the history
For the latest Lisk deployment.
  • Loading branch information
pxrl authored Jul 3, 2024
1 parent 5f63700 commit 8cf0e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.8",
"version": "3.1.9",
"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.3",
"@across-protocol/contracts": "^3.0.4",
"@eth-optimism/sdk": "^3.3.1",
"@pinata/sdk": "^2.1.0",
"@types/mocha": "^10.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@openzeppelin/contracts" "4.1.0"
"@uma/core" "^2.18.0"

"@across-protocol/contracts@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.3.tgz#e3f97af29b7ed55c82305e89272b30915632c226"
integrity sha512-4pQkgyUOhzgKk5kVrJsLOXmI9ko31aDKI7aEi9nYIU5at6JcWteySGvlFtRZVgq1gQqv0uiYHcSrKoP7dlVE/A==
"@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==
dependencies:
"@across-protocol/constants" "^3.1.3"
"@defi-wonderland/smock" "^2.3.4"
Expand Down

0 comments on commit 8cf0e7b

Please sign in to comment.