Skip to content

Commit 0e374ab

Browse files
committed
add fix to migration guide
1 parent d16c1fa commit 0e374ab

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/base-account/guides/migration-guide.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "A guide to migrating from the Coinbase Wallet SDK to the Base Acco
77

88
The Base Account SDK allows Base Account users to connect 3rd party mobile and web applications. The Base Account SDK is the successor to the Coinbase Wallet SDK, which is now considered legacy.
99

10-
Developers should integrate the Base Account SDK such that users connect to use it via a "Sign in with Base" or "Base" button (see guide).
10+
Developers should integrate the Base Account SDK such that users connect to use it via a "Sign in with Base" or "Base" button.
1111

1212
We do not recommend immediately replacing existing "Coinbase Wallet" buttons in your app, but rather add the Base Account button as an additional option, next to a "Coinbase Wallet" button. This will allow a transition period for users to get familiar with the new Base brand.
1313

@@ -36,7 +36,13 @@ This will continue to be the case, but the logged out experience has changed to
3636
Desktop experience showing the updated logged out flow for Coinbase Wallet users
3737
</div>
3838

39-
If you would like to avoid users seeing any popup window, we recommend using a version of the Coinbase Wallet SDK < 4.0
39+
<Tip>
40+
If you would like to avoid users seeing any popup window, we recommend using a version of the Coinbase Wallet SDK < 4.0.
41+
42+
You can find the latest version of the Coinbase Wallet SDK [here](https://github.com/coinbase/coinbase-wallet-sdk/releases).
43+
</Tip>
44+
45+
4046

4147
## How to migrate?
4248

@@ -52,7 +58,7 @@ const baseAccount = createBaseAccountSDK({
5258

5359
For more information please refer to the [Quickstart](/base-account/quickstart/web) guide.
5460

55-
If you're using a third party library, you can follow the [Wagmi](/base-account/framework-integrations/nextjs-with-wagmi) or [Privy](/base-account/framework-integrations/nextjs-with-privy) guides.
61+
If you're using a third party library, you can follow the [Wagmi](/base-account/framework-integrations/nextjs-with-wagmi), [Dynamic](/base-account/framework-integrations/nextjs-with-dynamic) or [Privy](/base-account/framework-integrations/nextjs-with-privy) guides.
5662

5763
We will have a more complete migration guide in the near future.
5864

0 commit comments

Comments
 (0)