Skip to content

Commit e4876ed

Browse files
committed
Revert default API URL to official servers
1 parent e1f3ea6 commit e4876ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const DEFAULT_API_V2 = 'http://pyaleph-lab-2.aleph.cloud:4024/'
2-
export const DEFAULT_API_WS_V2 = 'ws://pyaleph-lab-2.aleph.cloud:4024/'
1+
export const DEFAULT_API_V2 = 'https://api3.aleph.im/'
2+
export const DEFAULT_API_WS_V2 = 'wss://api3.aleph.im/'

0 commit comments

Comments
 (0)