From 3fab26e04ab414d68324dcf4166e88b0fd07031e Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:11:09 +0300 Subject: [PATCH] update webrtc bootstrapper --- js-peer/src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-peer/src/lib/constants.ts b/js-peer/src/lib/constants.ts index f27fb1b3..60e90bcf 100644 --- a/js-peer/src/lib/constants.ts +++ b/js-peer/src/lib/constants.ts @@ -4,5 +4,5 @@ export const FILE_EXCHANGE_PROTOCOL = "/universal-connectivity-file/1" export const CIRCUIT_RELAY_CODE = 290 -export const WEBRTC_BOOTSTRAP_NODE = "/ip4/18.195.246.16/udp/9090/webrtc-direct/certhash/uEiA8EDMfADmULSe2Bm1vVDSmN2RQPvY5MXkEZVOSyD1y2w/p2p/12D3KooWSmtsbL2ukwVwf8gDoTYZHnCd7sVNNVdMnCa4MkWjLujm" +export const WEBRTC_BOOTSTRAP_NODE = "/ip4/164.92.229.178/udp/9090/webrtc-direct/certhash/uEiCyG5zCRpky38iwqX6RCuNvaAumkTM0dexnyVXjMf6QLA/p2p/12D3KooWDsKuyhLWZwXXwFph1Tgd2CWs4RJFktsVKdQL94uHLsZv" export const WEBTRANSPORT_BOOTSTRAP_NODE = "/ip4/164.92.229.178/udp/9095/quic-v1/webtransport/certhash/uEiDZIdF6aYjPFG_hNYUdJvnsXrlrb6SYbfih3YF239Eujw/certhash/uEiD9iIyO-ZuQeit4oxL5WwppcToPHM9nFmyZOYjRf2Z6ww/p2p/12D3KooWPi5w2xUemmikdhjGH6fvXVM7ZRb59rwRQmUyesJK3wYy"