Skip to content

fix(farcaster): point manifest accountAssociation at the Gnars account (fid 3757)#130

Merged
sktbrd merged 1 commit into
mainfrom
fix/farcaster-account-association
Jul 8, 2026
Merged

fix(farcaster): point manifest accountAssociation at the Gnars account (fid 3757)#130
sktbrd merged 1 commit into
mainfrom
fix/farcaster-account-association

Conversation

@sktbrd

@sktbrd sktbrd commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Problem

/.well-known/farcaster.json (via MINIAPP_CONFIG.accountAssociation in src/lib/miniapp-config.ts) was signed for fid 538839, not the Gnars custody account — so the Farcaster mini app verifies against the wrong account.

Fix

Replace the accountAssociation header + signature with the manifest signed for the Gnars account (fid 3757), domain gnars.com. The payload ({"domain":"gnars.com"}) is unchanged. This single source is reused by the Gnar TV + Proposals manifests, so all three are fixed.

Decoded new header: {"fid":3757,"type":"custody","key":"0xcC29b5E6fa9c58e7C4F1d7e03311F316143Fd5ff"}

After merge / deploy

The manifest must be reachable at https://gnars.com/.well-known/farcaster.json (the signed domain is gnars.com). Note the apex currently 307-redirects to www — confirm Farcaster resolves the association against the gnars.com domain as signed.

🤖 Generated with Claude Code

…t (fid 3757)

The /.well-known/farcaster.json manifest was signed for fid 538839, not the
Gnars custody account. Replace the accountAssociation header/signature with the
one signed for fid 3757 (domain gnars.com) so Farcaster verifies the mini app
against the real Gnars account. Reused by the Gnar TV + Proposals manifests too.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
gnars-shadcn Ignored Ignored Jul 8, 2026 11:13pm
hackertestdao Ignored Ignored Jul 8, 2026 11:13pm

@sktbrd
sktbrd merged commit cc72b73 into main Jul 8, 2026
4 checks passed
@sktbrd
sktbrd deleted the fix/farcaster-account-association branch July 8, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant