Skip to content

Commit 75f047e

Browse files
committed
fix: sdk
1 parent 377851a commit 75f047e

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.13",
31+
"@gearbox-protocol/sdk-gov": "v2.34.0-next.20",
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.13":
1208-
version "2.34.0-next.13"
1209-
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-2.34.0-next.13.tgz#1c77421cbbf17936a79e1e10b42f291bdc9f6455"
1210-
integrity sha512-l3riUeIEf3oaVTYKpCSq+cTjCzp0MjtXoV0O8fEjGf39aa/2ilfVaMGlbkkMVdqPu4in2B9OkIRwwgdYrAWLvA==
1207+
"@gearbox-protocol/sdk-gov@v2.34.0-next.20":
1208+
version "2.34.0-next.20"
1209+
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk-gov/-/sdk-gov-2.34.0-next.20.tgz#4d506196057f8a3c07187ebdd2f547e777acbd4d"
1210+
integrity sha512-GieP0ugzd7StNL5Q/CErf7ohkHg4WDfYazb9jqYxgxWmtlLqquZ5M/O32K86JTQ5MCL/3VBCYDDT3WKlZQC1Aw==
12111211
dependencies:
12121212
ethers "6.12.1"
12131213
humanize-duration-ts "^2.1.1"

0 commit comments

Comments
 (0)