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
Add swappable param to discovery endpoints (#5819)
## Explanation
* What is the current state of things and why does it need to change?
token discovery controller doesn't know about the swappable* endpoints
of the token discovery API
* What is the solution your changes offer and how does it work? add
swappable* versions of the discovery endpoints to the controller + api
service
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain? no
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so? N/A
* If you had to upgrade a dependency, why did you do so? N/A
## References
MMPD-1626
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Changelog
<!--
THIS SECTION IS NO LONGER NEEDED.
The process for updating changelogs has changed. Please consult the
"Updating changelogs" section of the Contributing doc for more.
-->
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
Copy file name to clipboardExpand all lines: packages/token-search-discovery-controller/src/token-discovery-api-service/token-discovery-api-service.test.ts
0 commit comments