Remove emzy price node

This commit is contained in:
Devin Bileck 2024-05-30 13:10:35 -07:00
parent 7a99d8f4a0
commit a4cf4387a6
No known key found for this signature in database
GPG Key ID: 649D9C87FB168B88

View File

@ -36,7 +36,6 @@ import javax.annotation.Nullable;
@Slf4j @Slf4j
public class ProvidersRepository { public class ProvidersRepository {
public static final List<String> DEFAULT_NODES = Arrays.asList( public static final List<String> DEFAULT_NODES = Arrays.asList(
"http://emzypricpidesmyqg2hc6dkwitqzaxrqnpkdg3ae2wef5znncu2ambqd.onion/", // @emzy
"http://devinpndvdwll4wiqcyq5e7itezmarg7rzicrvf6brzkwxdm374kmmyd.onion/", // @devinbileck "http://devinpndvdwll4wiqcyq5e7itezmarg7rzicrvf6brzkwxdm374kmmyd.onion/", // @devinbileck
"http://ro7nv73awqs3ga2qtqeqawrjpbxwarsazznszvr6whv7tes5ehffopid.onion/" // @alexej996 "http://ro7nv73awqs3ga2qtqeqawrjpbxwarsazznszvr6whv7tes5ehffopid.onion/" // @alexej996
); );