Skip to content

Commit d420540

Browse files
committed
fix: sdk gov
1 parent c5ae965 commit d420540

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "npx mocha -r ts-node/register -r dotenv/config 'src/**/*.spec.ts'"
2929
},
3030
"dependencies": {
31-
"@gearbox-protocol/sdk-gov": "^2.34.0",
31+
"@gearbox-protocol/sdk-gov": "v2.34.0-next.36",
3232
"@wagmi/cli": "^2.1.13",
3333
"axios": "^1.2.6",
3434
"decimal.js-light": "^2.5.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,10 +1204,10 @@
12041204
humanize-duration-ts "^2.1.1"
12051205
zod "^3.23.8"
12061206

1207-
"@gearbox-protocol/sdk-gov@^2.34.0":
1208-
version "2.34.0"
1209-
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-2.34.0.tgz#4240d0385f6b6ffd5f8886467b4827dc3c4d0c57"
1210-
integrity sha512-uvMIuf8snmlE2M9sHjUwlm7aMlpN9spO9SjdJzY22sciGFCbv1pGsC9waQKwiaHqoMhoOzp6BstSHHG/zgmRPg==
1207+
"@gearbox-protocol/sdk-gov@v2.34.0-next.36":
1208+
version "2.34.0-next.36"
1209+
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-2.34.0-next.36.tgz#93ab8565f01d1175b47fe2a63ddf0d7224777d03"
1210+
integrity sha512-VDUVFj2JvXyCcWDY+k4aD3dR2y3dcqVzJbufIB+GqeooJAGtUVU5tOMCM+W5Mm6vYFSF927NXNpfWirTzAFSTA==
12111211
dependencies:
12121212
ethers "6.12.1"
12131213
humanize-duration-ts "^2.1.1"

0 commit comments

Comments
 (0)