This repository was archived by the owner on Jul 28, 2025. It is now read-only.
[Request] Add connected address to FrameData #245
Closed
larrythecucumber321
started this conversation in
Ideas
Replies: 1 comment
-
Nevermind, this is exposed here https://frog.fm/concepts/middleware#neynar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
The connected
address
property withinFrameData
offers limited functionality.In some specific instances (for
Transaction
requests'target
), theaddress
property of FrameData is populated (see #138)Feature Request
For any verified frames, a user's
fid
will be present, through which we can grab the connected address. There are ways Frog would have to be opinionated on this, such as exposing the firstverified_address
, or thecustody_address
as a fallback (see https://docs.neynar.com/reference/user-bulk).In the alternative, it would be good to expose helper functions for fetching users' addresses, as FramesJS
https://framesjs.org/reference/js/getAddressForFid
Beta Was this translation helpful? Give feedback.
All reactions