Skip to content

Commit

Permalink
fix: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Apr 11, 2024
1 parent b527384 commit 9562d50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@aws-sdk/client-s3": "3.540.0",
"@aws-sdk/client-secrets-manager": "3.540.0",
"@gearbox-protocol/devops": "^1.6.3",
"@gearbox-protocol/sdk": "^3.0.0-next.160",
"@gearbox-protocol/sdk": "^3.0.0-next.165",
"@redstone-finance/evm-connector": "^0.3.6",
"@types/commander": "^2.12.2",
"@types/express": "^4.17.20",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1777,10 +1777,10 @@
resolved "https://registry.yarnpkg.com/@gearbox-protocol/prettier-config/-/prettier-config-2.0.0-next.0.tgz#8183cfa8c6ee538543089961ecb4d03fe77045de"
integrity sha512-hDokre6TjEkpNdf+tTk/Gh2dTJpkJFgMPTpE7KS4KFddUqGLqDKMaE4/ZzBA8kvYNm5gSXytCwWrxPXO8kFKYA==

"@gearbox-protocol/sdk-gov@^1.57.1":
version "1.57.1"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-1.57.1.tgz#127b74afa4465e2f2346b50d5e2f7b061593a904"
integrity sha512-djiyudHZjGvb5pnH0QoMoBwUBvIG8zrrKwc/l7Kb39FxvDAjyiN6oVoZwVoFJ5VvZnhzoVZPNE/I6SQod1eHrQ==
"@gearbox-protocol/sdk-gov@^1.59.0":
version "1.62.1"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-1.62.1.tgz#b90e88082268670cda64461b74b801088f428949"
integrity sha512-ho39fqyNoeH535PI+Y9z5eW/eJ+4lRq1pYiplXWDbBM3vOuWRzBKl4eV2a+ZP2f/fr/dmmmQhn2XAhg06VQJTw==
dependencies:
"@types/yaml" "^1.9.7"
add "^2.0.6"
Expand All @@ -1791,12 +1791,12 @@
yarn "^1.22.19"
zod "^3.22.2"

"@gearbox-protocol/sdk@^3.0.0-next.160":
version "3.0.0-next.160"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk/-/sdk-3.0.0-next.160.tgz#2fdc616f7a1b274fba8a89b8ed023e00018768fa"
integrity sha512-xGZWpwfd/ydYE3vd3KOSBukfflCS3msy8MPMp9QEGcZk4dFdeSdCoF/CV66yDwg+sJnFm6/dWkE7xsyfbDMPvw==
"@gearbox-protocol/sdk@^3.0.0-next.165":
version "3.0.0-next.165"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk/-/sdk-3.0.0-next.165.tgz#4ef8072287b6e722be5bcecbe21c8434301402eb"
integrity sha512-xD8m27VhUq9U6IfwwkBYW6zjhOt8ipCQ1Utl+SIm0UPGJ0ZbeyJn41htF5GCtD6mPfx1MOfj7OI7HQPI7JjUpg==
dependencies:
"@gearbox-protocol/sdk-gov" "^1.57.1"
"@gearbox-protocol/sdk-gov" "^1.59.0"
axios "^1.2.6"
decimal.js-light "^2.5.1"
deep-eql "^4.1.0"
Expand Down

0 comments on commit 9562d50

Please sign in to comment.