Skip to content

Commit be3ef35

Browse files
committed
fix: bump sdk-gov
1 parent bb9943b commit be3ef35

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": "v2.34.0-next.21",
31+
"@gearbox-protocol/sdk-gov": "^2.34.0",
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@v2.34.0-next.21":
1208-
version "2.34.0-next.21"
1209-
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-2.34.0-next.21.tgz#e64ca667fede43821784517653a659311637a945"
1210-
integrity sha512-reB7sEdQ7g218kOBQpi7X9Cc4VxMtvPdkWwMGpGzhlLqlcydU/7m7Y7btjecDxkF+qU0+I3K7+3xOckDxfdYVA==
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==
12111211
dependencies:
12121212
ethers "6.12.1"
12131213
humanize-duration-ts "^2.1.1"

0 commit comments

Comments
 (0)