Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/portal/src/app/connect/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ export const sidebar: SideBar = {
},
],
},
{
name: "Migrate to thirdweb",
href: `${walletSlug}/migrate-to-thirdweb`,
},
{
name: "FAQ",
href: `${walletSlug}/faq`,
Expand Down
11 changes: 11 additions & 0 deletions apps/portal/src/app/connect/wallet/migrate-to-thirdweb/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import {Callout} from "@doc";

# Migration Guide

Migrating from another embedded wallet providers is possible even if your users have assets and funds on their existing wallets.

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.

<Callout variant="info" title="Learn more">Learn more about Migration from our [GitHub repository](https://github.com/thirdweb-example/migrate)</Callout>

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).
Loading