Skip to content

Commit aaa2dda

Browse files
authored
added migration guide (#5496)
1 parent be3570b commit aaa2dda

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ export const sidebar: SideBar = {
179179
},
180180
],
181181
},
182+
{
183+
name: "Migrate to thirdweb",
184+
href: `${walletSlug}/migrate-to-thirdweb`,
185+
},
182186
{
183187
name: "FAQ",
184188
href: `${walletSlug}/faq`,
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import {Callout} from "@doc";
2+
3+
# Migration Guide
4+
5+
Migrating from another embedded wallet provider is possible even if your users have assets and funds on their existing wallets.
6+
7+
If you are thinking of migrating your users off another embedded wallet provider to thirdweb, please [reach out to us](https://thirdweb.com/contact-us) and we will consult and assist with the process.
8+
9+
<Callout variant="info" title="Learn more">Learn more about Migration from our [GitHub repository](https://github.com/thirdweb-example/migrate)</Callout>
10+
11+
If you’d prefer to use your existing solutions for now and take advantage of thirdweb for other parts of your application, we recommend using the [Connect SDK adapters](/typescript/v5/adapters).

0 commit comments

Comments
 (0)