Skip to content

Commit

Permalink
chore: bump sdk to latest (#943)
Browse files Browse the repository at this point in the history
* chore: bump sdk to latest

* chore: bump version

* chore: bump sdk
  • Loading branch information
james-a-morris authored and nicholaspai committed Sep 26, 2023
1 parent c4c9a71 commit 90cb0d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@across-protocol/contracts-v2": "2.4.3",
"@across-protocol/sdk-v2": "0.16.1",
"@across-protocol/sdk-v2": "0.16.4",
"@arbitrum/sdk": "^3.1.3",
"@defi-wonderland/smock": "^2.3.5",
"@eth-optimism/sdk": "^3.1.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@openzeppelin/contracts" "4.1.0"
"@uma/core" "^2.18.0"

"@across-protocol/[email protected].1":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@across-protocol/sdk-v2/-/sdk-v2-0.16.1.tgz#f129daaf7a61741b5e570b977a5eac8dd3a68e02"
integrity sha512-4rYSeQJxtwLexnGjjMST3ctvvJY9KDux4//2IQVHkhllahkrg6oAx6wyO9BIvAeLnb1TkQF7Wr/1MkNLub/VTA==
"@across-protocol/[email protected].4":
version "0.16.4"
resolved "https://registry.yarnpkg.com/@across-protocol/sdk-v2/-/sdk-v2-0.16.4.tgz#89ef2dc46fae9647ed46fda50a4de270f925f68e"
integrity sha512-mpPYiW4Kb2uQXmPOmsnCqer/iSuRuixSJM91svIxwA2z3kw1xk57G94LeVSufFPzVD/5urUS/sYm7Ea0z75WSw==
dependencies:
"@across-protocol/across-token" "^1.0.0"
"@across-protocol/contracts-v2" "^2.4.3"
Expand All @@ -53,6 +53,7 @@
ethers "^5.7.2"
lodash.get "^4.4.2"
superstruct "^0.15.4"
tslib "^2.6.2"

"@arbitrum/sdk@^3.1.3":
version "3.1.3"
Expand Down Expand Up @@ -13682,6 +13683,11 @@ tslib@^2.3.1, tslib@^2.5.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
Expand Down

0 comments on commit 90cb0d1

Please sign in to comment.