You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/social-controllers 3.3.0
Added
Add fetchTokenFeed method to SocialService (and the SocialService:fetchTokenFeed messenger action) for one token's positions as feed items. Calls GET /tokens/:chain/:contractAddress/feed, where chain is TokenFeedChain (base, bsc, ethereum, hyperliquid, robinhood, or solana), with optional status (open or closed; omit for both), limit, and cursor pagination (olderThan/newerThan). Reuses existing FeedResponse / FeedItem validation (#10458)