Skip to content

Commit 4dda778

Browse files
Use prod URL
1 parent 725a9f2 commit 4dda778

File tree

1 file changed

+1
-3
lines changed
  • packages/snaps-controllers/src/snaps/location

1 file changed

+1
-3
lines changed

packages/snaps-controllers/src/snaps/location/npm.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ import type { DetectSnapLocationOptions, SnapLocation } from './location';
2828

2929
export const DEFAULT_NPM_REGISTRY = new URL('https://registry.npmjs.org');
3030

31-
export const NPM_REGISTRY_PROXY = new URL(
32-
'https://npm-ota.dev-api.cx.metamask.io',
33-
);
31+
export const NPM_REGISTRY_PROXY = new URL('https://npm-ota.api.cx.metamask.io');
3432

3533
type NpmMeta = {
3634
registry: URL;

0 commit comments

Comments
 (0)