From 9a189cb956d6b0ec52497203efae9e7f377ea082 Mon Sep 17 00:00:00 2001 From: Carson Aberle <104383295+codebycarson@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:18:57 -0700 Subject: [PATCH 1/3] Update clean-plums-march.md --- .changeset/clean-plums-march.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/clean-plums-march.md b/.changeset/clean-plums-march.md index 4184ce53..1ef78d73 100644 --- a/.changeset/clean-plums-march.md +++ b/.changeset/clean-plums-march.md @@ -8,3 +8,4 @@ - 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 From cefa608a521595ba351ef9dddb9cd223a0928015 Mon Sep 17 00:00:00 2001 From: Carson Aberle <104383295+codebycarson@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:20:14 -0700 Subject: [PATCH 2/3] Update config.ts --- packages/core/src/lib/wallet/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/lib/wallet/config.ts b/packages/core/src/lib/wallet/config.ts index e42c55e8..d2c9b3ae 100644 --- a/packages/core/src/lib/wallet/config.ts +++ b/packages/core/src/lib/wallet/config.ts @@ -31,7 +31,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' } }; From c2e51236b6e7a85191fea49b19d0629f0d94dd4c Mon Sep 17 00:00:00 2001 From: Carson Aberle <104383295+codebycarson@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:36:26 -0700 Subject: [PATCH 3/3] Update clean-plums-march.md --- .changeset/clean-plums-march.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/clean-plums-march.md b/.changeset/clean-plums-march.md index 1ef78d73..2af09e01 100644 --- a/.changeset/clean-plums-march.md +++ b/.changeset/clean-plums-march.md @@ -1,7 +1,7 @@ --- -'@sei-js/proto': minor -'@sei-js/react': minor -'@sei-js/core': minor +'@sei-js/proto': major +'@sei-js/react': major +'@sei-js/core': major --- - Excludes unnecessary modules in proto codegen