refactor: switch proxy to use example.com
This commit is contained in:
parent
51053bc6d9
commit
dd497fbf6f
|
@ -18,7 +18,7 @@ export async function getRelayProxies() {
|
||||||
//let relays: string[] = await relayDht.getRelayServers();
|
//let relays: string[] = await relayDht.getRelayServers();
|
||||||
let proxies = [
|
let proxies = [
|
||||||
{ type: "http", host: "localhost", port: 25252 },
|
{ type: "http", host: "localhost", port: 25252 },
|
||||||
{ type: "http", host: "web3portal.com", port: 80 },
|
{ type: "http", host: "example.com", port: 80 },
|
||||||
];
|
];
|
||||||
/*
|
/*
|
||||||
for (const relay of relays) {
|
for (const relay of relays) {
|
||||||
|
|
Reference in New Issue