Skip to content

Commit

Permalink
chore: Bump SDK (#1889)
Browse files Browse the repository at this point in the history
Relayer performance should improve with an optimisation in the SDK
provider layer.
  • Loading branch information
pxrl authored Nov 1, 2024
1 parent 6bc6acb commit 5f37034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@across-protocol/constants": "^3.1.16",
"@across-protocol/contracts": "^3.0.11",
"@across-protocol/sdk": "^3.2.7",
"@across-protocol/sdk": "^3.2.11",
"@arbitrum/sdk": "^3.1.3",
"@consensys/linea-sdk": "^0.2.1",
"@defi-wonderland/smock": "^2.3.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
axios "^1.7.4"
zksync-web3 "^0.14.3"

"@across-protocol/sdk@^3.2.7":
version "3.2.7"
resolved "https://registry.yarnpkg.com/@across-protocol/sdk/-/sdk-3.2.7.tgz#c0d2ad49065a33d05f01f846e328989c4e6585c2"
integrity sha512-oUZ8uIw10/y+ZsRjlZTivJnK3AGpwCJbt3VLMHhv6TUYGNcQW/Vr71LFhyeieKfoY4+lGZq/UV4QIqsNSWiSZA==
"@across-protocol/sdk@^3.2.11":
version "3.2.11"
resolved "https://registry.yarnpkg.com/@across-protocol/sdk/-/sdk-3.2.11.tgz#8d5190863240e9a5062a38a03406f8e3b0390d84"
integrity sha512-eNUKYlV1ClzVHFHwDDRKaK2u/eFCTrZrCTglATtuQVJCUlpLlIR369qx/kquVbH6E5rRjSZm2Lo9hiuUJ3oH2Q==
dependencies:
"@across-protocol/across-token" "^1.0.0"
"@across-protocol/constants" "^3.1.16"
Expand Down

0 comments on commit 5f37034

Please sign in to comment.