Skip to content

Commit

Permalink
feat(kibisis): implement avm provider with kibisis client (#175)
Browse files Browse the repository at this point in the history
* build(deps): add @agoralabs-sh/avm-web-provider dependency

* feat(kibisis): implement kibisis with avm web provider

* docs(kibisis): add required sdk for kibisis in readme

* chore: squash

* build(deps): update @agoralabs-sh/avm-web-provider to 1.6.2

* build(deps): update pnpm lock file to include merged resources

* test(kibisis): update kibisis tests to reflect new client

* chore: squash

* chore: squash

* chore: fix prettier issues

* test(kibisis): add no-typecheck to kibisis test files

* refactor(kibisis): move wallet to signle file structure
  • Loading branch information
kieranroneill authored Jun 8, 2024
1 parent a33ad92 commit 9a7203d
Show file tree
Hide file tree
Showing 6 changed files with 880 additions and 913 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Some wallets require additional packages to be installed. The following table li
| WalletConnect | `@walletconnect/modal`, `@walletconnect/sign-client` |
| Lute Wallet | `lute-connect` |
| Magic.link | `magic-sdk`, `@magic-ext/algorand` |
| Kibisis Wallet | `@agoralabs-sh/avm-web-provider` |

## Configuration

Expand Down
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.2",
"@blockshake/defly-connect": "^1.1.6",
"@magic-ext/algorand": "^23.0.2",
"@magic-sdk/provider": "^28.0.2",
Expand All @@ -57,13 +58,17 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.6.2",
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect-beta": "^2.0.11",
"@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
Loading

0 comments on commit 9a7203d

Please sign in to comment.