diff --git a/src/util.ts b/src/util.ts index aaeef86..2303c1a 100644 --- a/src/util.ts +++ b/src/util.ts @@ -18,7 +18,7 @@ export async function getRelayProxies() { //let relays: string[] = await relayDht.getRelayServers(); let proxies = [ { 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) {