Skip to content

Commit db244fb

Browse files
chore: update constants and contracts (#827)
1 parent 7841d16 commit db244fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@across-protocol/sdk",
33
"author": "UMA Team",
4-
"version": "3.4.11",
4+
"version": "3.4.12",
55
"license": "AGPL-3.0",
66
"homepage": "https://docs.across.to/reference/sdk",
77
"files": [
@@ -99,8 +99,8 @@
9999
},
100100
"dependencies": {
101101
"@across-protocol/across-token": "^1.0.0",
102-
"@across-protocol/constants": "^3.1.28",
103-
"@across-protocol/contracts": "^3.0.23",
102+
"@across-protocol/constants": "^3.1.30",
103+
"@across-protocol/contracts": "^3.0.25",
104104
"@eth-optimism/sdk": "^3.3.1",
105105
"@ethersproject/bignumber": "^5.7.0",
106106
"@pinata/sdk": "^2.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@uma/common" "^2.17.0"
1717
hardhat "^2.9.3"
1818

19-
"@across-protocol/constants@^3.1.28":
20-
version "3.1.28"
21-
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.28.tgz#0540f5a44b085b0951a853898afe174ea113db3a"
22-
integrity sha512-rnI1pQgkJ6+hPIQNomsi8eQreVfWKfFn9i9Z39U0fAnoXodZklW0eqj5N0cXlEfahp5j2u1RCs7s6fQ9megCdw==
19+
"@across-protocol/constants@^3.1.30":
20+
version "3.1.30"
21+
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.30.tgz#b5bb82b5efcf3f63658332eece240ecdb645c0bc"
22+
integrity sha512-1lEhQmYiqcMKg05fnPfSeCk9QTRaHdVykD+Wcr5tcsyPYgOMtXOXvxxvtSOe9FK+ckpRypp4ab2WUN2iitnzpw==
2323

2424
"@across-protocol/contracts@^0.1.4":
2525
version "0.1.4"
@@ -30,12 +30,12 @@
3030
"@openzeppelin/contracts" "4.1.0"
3131
"@uma/core" "^2.18.0"
3232

33-
"@across-protocol/contracts@^3.0.23":
34-
version "3.0.23"
35-
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.23.tgz#42decf1db2c0ac1c3da82ae2fc63c8ae59f426c1"
36-
integrity sha512-212dLJj9LCiqAruoFIQUyEFyTFvpacPeQLZLU+h6skkf+K67lUjHYjVykWg3u22k/4fuBs3UMHDA6kqUUvldNQ==
33+
"@across-protocol/contracts@^3.0.25":
34+
version "3.0.25"
35+
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.25.tgz#733771bb3d40e111bd14b8be9b4526595ccba0a7"
36+
integrity sha512-OwBxylXAzujUJCGbENyBki0yUryJJAb4v7i69nri+psyJr8MA8LhiiOIVhw+jIUeukBeY8uKF+AI7fzlewwFvA==
3737
dependencies:
38-
"@across-protocol/constants" "^3.1.28"
38+
"@across-protocol/constants" "^3.1.30"
3939
"@coral-xyz/anchor" "^0.30.1"
4040
"@defi-wonderland/smock" "^2.3.4"
4141
"@eth-optimism/contracts" "^0.5.40"

0 commit comments

Comments
 (0)