From dd497fbf6f5b34dd95439e069b9d43013040a0d3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 31 Jul 2023 12:52:50 -0400 Subject: [PATCH] refactor: switch proxy to use example.com --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {