Skip to content

Conversation

@michalkvasnicak
Copy link
Collaborator

Change Summary

This PR introduces new unstable api that allows to handle multi specification frames.

Merge Checklist

  • PR has a Changeset
  • PR includes documentation if necessary
  • PR updates the boilerplates if necessary

@vercel
Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frames-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 9:24am
framesjs-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 9:24am
framesjs-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 9:24am

Comment on lines 435 to 449
resolveCastOrComposerActionSigner() {
console.log("resolve cast or composer action signer");

return {
signerState: farcasterSignerState,
frameContext: {
...farcasterFrameContext.frameContext,
address:
account.address || farcasterFrameContext.frameContext.address,
},
};
},
resolveSpecification() {
console.log("resolve spec");
if (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logs

@stephancill stephancill merged commit 7018e0c into dev Nov 19, 2024
8 checks passed
@stephancill stephancill deleted the feat/multi-specification-support branch November 19, 2024 09:51
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.

3 participants