Skip to content

Commit d7bcdfe

Browse files
committed
fix(packages): update viem dependency to version 2.38.x across all packages which should include the sendCallsSync function what wagmi is looking for.
Snapshot published: 🦋 New tag: @lit-protocol/auth@0.0.0-20251020130647 🦋 New tag: @lit-protocol/auth-helpers@0.0.0-20251020130647 🦋 New tag: @lit-protocol/auth-services@0.0.0-20251020130647 🦋 New tag: @lit-protocol/constants@0.0.0-20251020130647 🦋 New tag: @lit-protocol/contracts@0.0.0-20251020130647 🦋 New tag: @lit-protocol/e2e@0.0.0-20251020130647 🦋 New tag: @lit-protocol/lit-client@0.0.0-20251020130647 🦋 New tag: @lit-protocol/networks@0.0.0-20251020130647
1 parent 6e1cf32 commit d7bcdfe

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"stytch": "^12.4.0",
5252
"tslib": "^2.8.1",
5353
"uint8arrays": "^4.0.3",
54-
"viem": "2.29.4",
54+
"viem": "2.38.x",
5555
"wagmi": "^2.15.4",
5656
"zod": "3.24.3",
5757
"zod-validation-error": "3.4.0",

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"@ethersproject/transactions": "5.7.0"
3838
},
3939
"peerDependencies": {
40-
"viem": "2.29.4"
40+
"viem": "2.38.x"
4141
}
4242
}

packages/auth-services/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/auth-services",
3-
"version": "2.0.2",
3+
"version": "8.0.2",
44
"license": "MIT",
55
"type": "commonjs",
66
"main": "./src/index.js",
@@ -29,7 +29,7 @@
2929
"redis": "^4.6.13",
3030
"stytch": "^12.4.0",
3131
"tslib": "^2.8.1",
32-
"viem": "2.29.4",
32+
"viem": "2.38.x",
3333
"wagmi": "^2.14.11",
3434
"zod": "^3.24.3",
3535
"zod-validation-error": "3.4.0"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"peerDependencies": {
4040
"tslib": "^2.3.0",
41-
"viem": "2.29.4"
41+
"viem": "2.38.x"
4242
},
4343
"browser": {
4444
"crypto": false,

packages/contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/contracts",
3-
"version": "0.5.3",
3+
"version": "8.0.2",
44
"license": "MIT",
55
"homepage": "https://github.com/LIT-Protocol/js-sdk",
66
"repository": {
@@ -160,7 +160,7 @@
160160
"tsx": "^4.20.5",
161161
"typechain": "^8.3.2",
162162
"typescript": "^5.8.3",
163-
"viem": "2.29.4",
163+
"viem": "2.38.x",
164164
"zod": "^3.24.3"
165165
},
166166
"peerDependencies": {

packages/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/e2e",
3-
"version": "1.0.13",
3+
"version": "8.0.2",
44
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -42,7 +42,7 @@
4242
"@lit-protocol/lit-client": "workspace:*",
4343
"@lit-protocol/networks": "workspace:*",
4444
"@lit-protocol/schemas": "workspace:*",
45-
"viem": "2.29.4"
45+
"viem": "2.38.x"
4646
},
4747
"engines": {
4848
"node": ">=18.0.0"

packages/lit-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"zod": "3.24.3"
3232
},
3333
"peerDependencies": {
34-
"viem": "2.29.4"
34+
"viem": "2.38.x"
3535
}
3636
}

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@noble/hashes": "^1.8.0"
3232
},
3333
"peerDependencies": {
34-
"viem": "2.29.4"
34+
"viem": "2.38.x"
3535
},
3636
"gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",
3737
"tags": [

0 commit comments

Comments
 (0)