diff --git a/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx b/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx index 2d1c547bc..d9d239fda 100644 --- a/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx +++ b/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx @@ -39,15 +39,6 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth, - - Uninstall all Farcaster SDK packages and remove their imports, providers, and any FID-based logic from your codebase: - - ```bash Terminal - npm uninstall @farcaster/frame-sdk @farcaster/frame-wagmi-connector - ``` - - Delete `/.well-known/farcaster.json` and any manifest-serving route if you have one. Remove `sdk.actions.*`. - Install wagmi, viem, and React Query if you don't have them already: @@ -170,8 +161,8 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth, Use `useAccount` from wagmi to read the connected wallet address as the user's identity and guard SIWE execution until the wallet and chain are available. - - See the [deprecated methods table](#deprecated-farcaster-sdk-methods-in-the-base-app) for the standard web equivalent of each Farcaster SDK call. + + See the [compatibility table](#deprecated-farcaster-sdk-methods-in-the-base-app) for what will and won't work in the Base app, along with standard web alternatives.