Skip to content

Commit

Permalink
Added isMobile to wallet interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Aug 12, 2023
2 parents 40235eb + c2e5123 commit 9e55f4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/clean-plums-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@sei-js/proto': major
'@sei-js/react': major
'@sei-js/core': major
---

- Excludes unnecessary modules in proto codegen
- Remove TM35 client (no longer used)
- Clean up helper functions in favor of using Sei wallet interfaces
- Update react hooks
- Adds mobile wallet support through UI components and inside wallet interfaces
2 changes: 1 addition & 1 deletion packages/core/src/lib/wallet/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const FIN_WALLET: SeiWallet = {
walletInfo: {
windowKey: 'fin',
name: 'Fin',
website: 'https://chrome.google.com/webstore/detail/fin-wallet-for-sei/dbgnhckhnppddckangcjbkjnlddbjkna',
website: 'https://finwallet.com',
icon: 'https://sei-js-assets.s3.us-west-2.amazonaws.com/fin.png'
},
isMobileSupported: false
Expand Down

0 comments on commit 9e55f4d

Please sign in to comment.