Skip to content

Commit

Permalink
examples: update chat-example farcaster frame config
Browse files Browse the repository at this point in the history
  • Loading branch information
raykyri committed Jan 29, 2025
1 parent 47377a9 commit e5f2d61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
name="fc:frame"
content='{
"version": "next",
"imageUrl": "https://65358f2bf161.ngrok.app/brand_assets/common-white.png",
"imageUrl": "https://chat-example.canvas.xyz/image.png",
"button":{
"title": "Canvas Chat",
"action": {
"type": "launch_frame",
"name": "Open chat",
"url": "https://65358f2bf161.ngrok.app",
"splashImageUrl": "https://65358f2bf161.ngrok.app/brand_assets/common-white.png",
"url": "https://chat-example.canvas.xyz",
"splashImageUrl": "https://chat-example.canvas.xyz/image.png",
"splashBackgroundColor": "#ddd"
}
}
Expand Down
12 changes: 6 additions & 6 deletions examples/chat/public/.well-known/farcaster.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"accountAssociation": {
"header": "eyJmaWQiOjE0NCwidHlwZSI6ImN1c3RvZHkiLCJrZXkiOiIweDJiYmFFZTg5MDBiYjE2NjRCMUM4M2EzQTRGMTQyY0RCRjIyMjRmYjgifQ",
"payload": "eyJkb21haW4iOiI2NTM1OGYyYmYxNjEubmdyb2suYXBwIn0",
"signature": "MHgwZDMwNjY5ZDkyNWU5ODQ5NmVkNDkzZjQwMjY0NmY4ODAzNzhmOWI5OTI1NzEwNzI4NmI4MTU5YzVkZTllZGYxMjg4NTFjNjgwNTlkNDAyNDdhODhjOWZmZmUzMmQyMGMyYTIyOTczOWRiN2YzYTI0MWU2YTkxNGVjM2MxZTE4ODFj"
"payload": "eyJkb21haW4iOiJjaGF0LWV4YW1wbGUuY2FudmFzLnh5eiJ9",
"signature": "MHhjMmU2NjE0ODQwZWM1MTlkODA3MThlMzdkNWI2ZTdhZGVlZDZhODgzZGM5MWU3YmYwZDM3NGNhYTc2MjM2YzhiM2Q1YWFiZjlhZjkxNWQ1NGY2ODgxOTE0N2YzZThlMDkxNTRlMmEwOTAyYWZhOWIwODJmN2UxOTI1MWE1NGU2NTFi"
},
"frame": {
"version": "1",
"name": "Example Frame",
"iconUrl": "https://65358f2bf161.ngrok.app/icon.png",
"homeUrl": "https://65358f2bf161.ngrok.app",
"imageUrl": "https://65358f2bf161.ngrok.app/image.png",
"iconUrl": "https://chat-example.canvas.xyz/icon.png",
"homeUrl": "https://chat-example.canvas.xyz",
"imageUrl": "https://chat-example.canvas.xyz/image.png",
"buttonTitle": "Check this out",
"splashImageUrl": "https://65358f2bf161.ngrok.app/splash.png",
"splashImageUrl": "https://chat-example.canvas.xyz/splash.png",
"splashBackgroundColor": "#eeccff"
}
}

0 comments on commit e5f2d61

Please sign in to comment.