Skip to content

1290.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 13:38
8244ea3

@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)