Skip to content

Commit

Permalink
Change temporary test relay
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Dec 27, 2023
1 parent 963969b commit 9969cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p/src/test/java/io/libp2p/core/RelayTestJava.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void ping() throws Exception {

Multiaddr relayAddr =
new Multiaddr(
"/ip4/23.95.209.108/tcp/4001/p2p/12D3KooWMjxFAyMR2STsgr8Qoxhg27K64uuBL7UZ8gDkdjEnEeya");
"/ip4/136.244.97.135/tcp/4001/p2p/12D3KooWFQSZe27Fk3KwEBn23vEnLEknKnhPWDF7n2nZ3sutaYJ9");
RelayTransport.CandidateRelay relay =
new RelayTransport.CandidateRelay(relayAddr.getPeerId(), List.of(relayAddr));
List<RelayTransport.CandidateRelay> relays = List.of(relay);
Expand Down

0 comments on commit 9969cb2

Please sign in to comment.