Skip to content

Commit 6fec50a

Browse files
authored
feat: connect a kmd wallet on localnet (#88)
* chore: refactor provider setup to correctly support the wallet provider * feat: kmd wallet support in localnet * feat: prevent dialog animation when open on mount
1 parent 5a876d2 commit 6fec50a

29 files changed

+816
-265
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"audit": "better-npm-audit audit",
2020
"check-types": "tsc --noEmit && npx --yes madge src/App.tsx --circular",
2121
"tauri": "tauri",
22-
"pre-commit": "run-s check-types lint:fix audit test"
22+
"pre-commit": "run-s check-types lint:fix audit test",
23+
"postinstall": "patch-package"
2324
},
2425
"dependencies": {
2526
"@algorandfoundation/algokit-subscriber": "^1.3.0",
@@ -39,7 +40,7 @@
3940
"@radix-ui/react-tooltip": "^1.0.7",
4041
"@tanstack/react-table": "^8.16.0",
4142
"@tauri-apps/api": "^1.5.3",
42-
"@txnlab/use-wallet": "^2.8.2",
43+
"@txnlab/use-wallet": "2.8.2",
4344
"class-variance-authority": "^0.7.0",
4445
"clsx": "^2.1.0",
4546
"cmdk": "^1.0.0",
@@ -85,6 +86,7 @@
8586
"eslint-plugin-tailwindcss": "^3.15.1",
8687
"happy-dom": "^14.4.0",
8788
"npm-run-all": "^4.1.5",
89+
"patch-package": "^8.0.0",
8890
"postcss": "^8.4.35",
8991
"prettier": "^3.2.5",
9092
"prettier-plugin-tailwindcss": "^0.5.12",

0 commit comments

Comments
 (0)