Skip to content

Commit

Permalink
Merge branch 'master' into md0x/svm-codama
Browse files Browse the repository at this point in the history
  • Loading branch information
md0x committed Jan 14, 2025
2 parents 1d70718 + db244fb commit 6f5f06f
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.4.11",
"version": "3.4.12",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants": "^3.1.28",
"@across-protocol/contracts": "^3.0.24",
"@across-protocol/constants": "^3.1.30",
"@across-protocol/contracts": "^3.0.25",
"@codama/nodes-from-anchor": "^1.1.0",
"@codama/renderers-js": "^1.1.1",
"@coral-xyz/borsh": "^0.30.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.1.28":
version "3.1.28"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.28.tgz#0540f5a44b085b0951a853898afe174ea113db3a"
integrity sha512-rnI1pQgkJ6+hPIQNomsi8eQreVfWKfFn9i9Z39U0fAnoXodZklW0eqj5N0cXlEfahp5j2u1RCs7s6fQ9megCdw==
"@across-protocol/constants@^3.1.30":
version "3.1.30"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.30.tgz#b5bb82b5efcf3f63658332eece240ecdb645c0bc"
integrity sha512-1lEhQmYiqcMKg05fnPfSeCk9QTRaHdVykD+Wcr5tcsyPYgOMtXOXvxxvtSOe9FK+ckpRypp4ab2WUN2iitnzpw==

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

"@across-protocol/contracts@^3.0.24":
version "3.0.24"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.24.tgz#77c03d8cd9e7ea1fd62d435dfa55c81f62906cc9"
integrity sha512-2slmY4FudFh1mdbeT0mXQlLg9hV+JUHADUbXJoE+txVrwEHuWrD5l1SDFO5FN3qppCtErOXUL7G7f8AMUeV4sg==
"@across-protocol/contracts@^3.0.25":
version "3.0.25"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.25.tgz#733771bb3d40e111bd14b8be9b4526595ccba0a7"
integrity sha512-OwBxylXAzujUJCGbENyBki0yUryJJAb4v7i69nri+psyJr8MA8LhiiOIVhw+jIUeukBeY8uKF+AI7fzlewwFvA==
dependencies:
"@across-protocol/constants" "^3.1.28"
"@across-protocol/constants" "^3.1.30"
"@coral-xyz/anchor" "^0.30.1"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
Expand Down

0 comments on commit 6f5f06f

Please sign in to comment.