Skip to content

Commit

Permalink
default rendezvous
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Nov 6, 2024
1 parent 190777f commit f689b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const EXPLORER_API = 'https://explorer.tlsnotary.org';
export const NOTARY_API = 'https://notary.pse.dev/v0.1.0-alpha.7';
export const RENDEZVOUS_API = 'wss://explorer.tlsnotary.org:3000';
export const RENDEZVOUS_API = 'wss://explorer.tlsnotary.org';
export const NOTARY_PROXY = 'wss://notary.pse.dev/proxy';
export const MAX_RECV = 16384;
export const MAX_SENT = 4096;

0 comments on commit f689b10

Please sign in to comment.