add account association

This commit is contained in:
horsefacts 2024-11-27 10:55:24 -05:00 committed by lucas-neynar
parent f957312437
commit 51c6855da0
No known key found for this signature in database

View File

@ -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: "",
}, },
}; };