refactor: switch proxy to use example.com

This commit is contained in:
Derrick Hammer 2023-07-31 12:52:50 -04:00
parent 51053bc6d9
commit dd497fbf6f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {