Skip to content

Commit 725f1ae

Browse files
authored
feat(entrykit): move to connectkit (#3721)
1 parent 4998b93 commit 725f1ae

File tree

67 files changed

+1971
-4055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1971
-4055
lines changed

.changeset/happy-garlics-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@latticexyz/entrykit": patch
3+
---
4+
5+
Migrated EntryKit's underlying wallet connection handling from RainbowKit to ConnectKit.

.changeset/wicked-garlics-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-mud": patch
3+
---
4+
5+
Bumped Viem and Wagmi versions in templates.

.changeset/yellow-moons-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@latticexyz/entrykit": patch
3+
---
4+
5+
Until we can add ERC-6492 support to our `CallWithSignature` module, EntryKit will now throw a readable error when signing a message using ERC-6492 instead of failing the transaction.

e2e/packages/client-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "^18.2.0",
2828
"rxjs": "7.5.5",
2929
"threads": "^1.7.0",
30-
"viem": "2.23.2"
30+
"viem": "2.30.5"
3131
},
3232
"devDependencies": {
3333
"vite": "^4.2.1",

e2e/packages/sync-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"happy-dom": "^12.10.3",
3333
"postgres": "3.3.5",
3434
"typescript": "5.4.2",
35-
"viem": "2.23.2",
35+
"viem": "2.30.5",
3636
"vite": "^4.2.1",
3737
"vitest": "0.34.6",
3838
"zod": "3.23.8"

e2e/packages/test-data/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/pnpm-lock.yaml

Lines changed: 58 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/local-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/eslint-plugin": "7.1.1",
2222
"@typescript-eslint/parser": "7.1.1",
2323
"eslint": "8.57.0",
24-
"mprocs": "^0.7.1",
24+
"mprocs": "^0.7.3",
2525
"shx": "^0.3.4",
2626
"typescript": "5.4.2"
2727
},

examples/local-explorer/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"rxjs": "7.5.5",
25-
"viem": "2.23.2"
25+
"viem": "2.30.5"
2626
},
2727
"devDependencies": {
2828
"@types/react": "18.2.22",

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/eslint-plugin": "7.1.1",
2020
"@typescript-eslint/parser": "7.1.1",
2121
"eslint": "8.57.0",
22-
"mprocs": "^0.7.1",
22+
"mprocs": "^0.7.3",
2323
"shx": "^0.3.4",
2424
"typescript": "5.4.2"
2525
},

0 commit comments

Comments
 (0)