diff --git a/.changeset/clean-plums-march.md b/.changeset/clean-plums-march.md new file mode 100644 index 00000000..2af09e01 --- /dev/null +++ b/.changeset/clean-plums-march.md @@ -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 diff --git a/packages/core/src/lib/wallet/config.ts b/packages/core/src/lib/wallet/config.ts index fa7305c9..ebbdc129 100644 --- a/packages/core/src/lib/wallet/config.ts +++ b/packages/core/src/lib/wallet/config.ts @@ -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