Skip to content

Commit 7841d16

Browse files
chore: bump constants and contracts to support new chain (#825)
1 parent b37a0f3 commit 7841d16

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.10",
4+
"version": "3.4.11",
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.27",
103-
"@across-protocol/contracts": "^3.0.20",
102+
"@across-protocol/constants": "^3.1.28",
103+
"@across-protocol/contracts": "^3.0.23",
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.27":
20-
version "3.1.27"
21-
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.27.tgz#6c7b2b277d83ae1024c1de6faf474192391af0bd"
22-
integrity sha512-3YEK2ERB2FVdDdrkFk5YeuRu/oIAHTIeu6YfT39SfZjIPyltP0ReFlDfZQ8c+rFiHurwyK39kjZF70VxRRREYw==
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==
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.20":
34-
version "3.0.20"
35-
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.20.tgz#5a70782093d21a96b2e955b7ed725bea7af6e804"
36-
integrity sha512-ufyO+MrbY7+0TDm/1cDl9iAeR4P8jt0AM1F9wiCBHVIYtj1wMD4eNm7G5Am3u8p1ruMjRhi6dJEVQcRF2O+LUg==
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==
3737
dependencies:
38-
"@across-protocol/constants" "^3.1.27"
38+
"@across-protocol/constants" "^3.1.28"
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)