From c540620f1188c97ee54d981c4cca5bc40b40b2a4 Mon Sep 17 00:00:00 2001 From: sohey Date: Thu, 12 Mar 2026 21:28:56 -0400 Subject: [PATCH 1/2] rm st1 --- .../mini-apps/quickstart/migrate-to-standard-web-app.mdx | 9 --------- 1 file changed, 9 deletions(-) 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..2f1f123e1 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: From d08cf0d08b14a76f36507257fb8149b20f9ddae6 Mon Sep 17 00:00:00 2001 From: sohey Date: Thu, 12 Mar 2026 21:41:52 -0400 Subject: [PATCH 2/2] rm st1 --- docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2f1f123e1..d9d239fda 100644 --- a/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx +++ b/docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx @@ -161,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.