Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kibisis): implement avm provider with kibisis client #175

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps): add @agoralabs-sh/avm-web-provider dependency
  • Loading branch information
kieranroneill committed May 29, 2024
commit 4bc2f07c25c3559b31396c9d63c5ff8b18297e35
5 changes: 5 additions & 0 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"algosdk": "^2.7.0"
},
"devDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.6.1",
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.4",
"@types/node": "^20.6.5",
Expand All @@ -54,13 +55,17 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.6.1",
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"lute-connect": "^1.2.0"
},
"peerDependenciesMeta": {
"@agoralabs-sh/avm-web-provider": {
"optional": true
},
"@blockshake/defly-connect": {
"optional": true
},
Expand Down