Skip to content

Commit

Permalink
chore: Bump SDK (#1863)
Browse files Browse the repository at this point in the history
This includes an optimisation for the SpokePoolClient to bundle two
separate SpokePool calls into a SpokePool multicall. Ideally this will
reduce the instance of RPC errors when this query occurs against a block
that's slightly ahead of one of the RPC providers.
  • Loading branch information
pxrl authored Oct 16, 2024
1 parent 4b7a4d7 commit dd3a69d
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.6",
"@across-protocol/sdk": "^3.2.7",
"@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.6":
version "3.2.6"
resolved "https://registry.yarnpkg.com/@across-protocol/sdk/-/sdk-3.2.6.tgz#3b3158d2b38d968829b6030ca1d75b53f8e31556"
integrity sha512-ANMQg8WN52WXUqk8NK/abKkze/b5b25Hbe//NhCCzxbsy41W0jaq7fPtwq5gllXc8wHeu+Uvb45WPqM89ByLCw==
"@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==
dependencies:
"@across-protocol/across-token" "^1.0.0"
"@across-protocol/constants" "^3.1.16"
Expand Down

0 comments on commit dd3a69d

Please sign in to comment.