mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
add account association
This commit is contained in:
parent
f957312437
commit
51c6855da0
@ -2,16 +2,20 @@ export async function GET() {
|
|||||||
const appUrl = process.env.NEXT_PUBLIC_URL;
|
const appUrl = process.env.NEXT_PUBLIC_URL;
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
config: {
|
accountAssociation: {
|
||||||
|
header:
|
||||||
|
"eyJmaWQiOjM2MjEsInR5cGUiOiJjdXN0b2R5Iiwia2V5IjoiMHgyY2Q4NWEwOTMyNjFmNTkyNzA4MDRBNkVBNjk3Q2VBNENlQkVjYWZFIn0",
|
||||||
|
payload: "eyJkb21haW4iOiJmcmFtZXMtdjIudmVyY2VsLmFwcCJ9",
|
||||||
|
signature:
|
||||||
|
"MHhiNDIwMzQ1MGZkNzgzYTExZjRiOTllZTFlYjA3NmMwOTdjM2JkOTY1NGM2ODZjYjkyZTAyMzk2Y2Q0YjU2MWY1MjY5NjI5ZGQ5NTliYjU0YzEwOGI4OGVmNjdjMTVlZTdjZDc2YTRiMGU5NzkzNzA3YzkxYzFkOWFjNTg0YmQzNjFi",
|
||||||
|
},
|
||||||
|
frame: {
|
||||||
version: "0.0.0",
|
version: "0.0.0",
|
||||||
name: "Frames v2 Demo",
|
name: "Frames v2 Demo",
|
||||||
icon: `${appUrl}/icon.png`,
|
icon: `${appUrl}/icon.png`,
|
||||||
splashImage: `${appUrl}/splash.png`,
|
splashImage: `${appUrl}/splash.png`,
|
||||||
splashBackgroundColor: "#f7f7f7",
|
splashBackgroundColor: "#f7f7f7",
|
||||||
homeUrl: appUrl,
|
homeUrl: appUrl,
|
||||||
fid: 0,
|
|
||||||
key: "",
|
|
||||||
signature: "",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user