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
API Platform team intends to deprecate *.metafi and *.metaswap subdomains in favour of *.api.cx.metamask.io
The new *.api.cx.metamask.io is already in place.
The old *.metafi and *.metaswap are still used across the controllers.
Controllers do not break currently because redirects are in place for the older sub-domains.
The redirects will be removed once all clients (Extension, Mobile, Core) are migrated.
Scenario
NA
Design
NA
Technical Details
TBD
Threat Modeling Framework
NA
Acceptance Criteria
All occurrences of *.metafi and *.metaswap subdomains replaced by *.api.cx.metamask.io subdomain in the core codebase.
Stakeholder review needed before the work gets merged
Engineering (needed in most cases)
Design
Product
QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
…metamsk.io" (#4301)
## Explanation
API Platform team intends to deprecate *.metafi and *.metaswap
subdomains in favour of *.api.cx.metamask.io
The new *.api.cx.metamask.io is already in place.
The old *.metafi and *.metaswap are still used across the controllers.
Controllers do not break currently because redirects are in place for
the older sub-domains.
The redirects will be removed once all clients (Extension, Mobile, Core)
are migrated.
## References
* Fixes#4215
## Changelog
### `@metamask/assets-controller`
- **CHANGED:** Update price API endpoint from
`price-api.metafi.codefi.network` to `price.api.cx.metamask.io`
- **CHANGED:** Update token icons API endpoint from
`*.metafi.codefi.network` to `*.cx.metamask.io`
- **CHANGED:** Update toke API endpoint from
`token-api.metaswap.codefi.network` to `token.api.cx.metamask.io`
### `@metamask/phishing-controller`
- **CHANGED:** Update phishing detection API endpoint from
`*.metafi.codefi.network` to `*.api.cx.metamask.io`
### `@metamask/controller-utils`
- **CHANGED:** Update OpenSea proxy endpoint from
`*.metafi.codefi.network` to `*.api.cx.metamask.io`
### `@metamask/name-controller`
- **CHANGED:** Update token API endpoint from
`token-api.metaswap.codefi.network` to `token.api.cx.metamask.io`
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
What is this about?
API Platform team intends to deprecate *.metafi and *.metaswap subdomains in favour of *.api.cx.metamask.io
The new *.api.cx.metamask.io is already in place.
The old *.metafi and *.metaswap are still used across the controllers.
Controllers do not break currently because redirects are in place for the older sub-domains.
The redirects will be removed once all clients (Extension, Mobile, Core) are migrated.
Scenario
Design
Technical Details
Threat Modeling Framework
Acceptance Criteria
Stakeholder review needed before the work gets merged
References
- Mobile PR
The text was updated successfully, but these errors were encountered: