-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(common): live-9252 update buy/sell api and expose methods in onRampProvider #4815
fix(common): live-9252 update buy/sell api and expose methods in onRampProvider #4815
Conversation
🦋 Changeset detectedLatest commit: 3af4459 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
|
1442caa
to
0432d40
Compare
libs/ledger-live-common/src/platform/providers/RampCatalogProvider/types.ts
Outdated
Show resolved
Hide resolved
0432d40
to
5cc9bf0
Compare
5cc9bf0
to
d73444a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
d73444a
to
3950235
Compare
3950235
to
07051f4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
dabc382
to
b101899
Compare
d41be4f
to
a67a282
Compare
e466866
to
4b54f55
Compare
4b54f55
to
37344c0
Compare
as there are a screenshot conflict, please rebase and /generate-screenshots when the CI is stable on develop again |
fix: remove unused platform and providerview refactor: uniquely name isAvailable, fix types fix: use correct currency id in market list refactor: pr review lint fixes
37344c0
to
09bbe7a
Compare
📝 Description
The onRampProvider was using out of date cached CDN endpoint, which hid available currencies like NEAR.
This PR updates the API that informs whether currencies can be bought or sold so that new currencies like NEAR show as available.
isCurrencySupported
andgetSupportedCurrencyIds
methods fromuseRampProvider
hook.Updates screenshots to reflect only the new correct API responses:
❓ Context
ledger-live-common
ledger-live-desktop
ledger-live-mobile
-✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.