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/ramps-controller 20.2.0
Added
Add optional clientProduct and clientVersion constructor options on RampsService and TransakService, sent on every on-ramp API fetch as clientProduct / clientVersion query params so the API can evaluate version-gated feature flags per client. Identity travels in the URL (not headers) because the on-ramp CDN cache key is the URL. Also exports the RampsClientIdentity type, the addRampsClientIdentityParams helper, and the param name constants. (#9983)