You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/base-account/guides/migration-guide.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "A guide to migrating from the Coinbase Wallet SDK to the Base Acco
7
7
8
8
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.
9
9
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.
11
11
12
12
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.
13
13
@@ -36,7 +36,13 @@ This will continue to be the case, but the logged out experience has changed to
36
36
Desktop experience showing the updated logged out flow for Coinbase Wallet users
37
37
</div>
38
38
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).
For more information please refer to the [Quickstart](/base-account/quickstart/web) guide.
54
60
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.
56
62
57
63
We will have a more complete migration guide in the near future.
0 commit comments