* Update host and port in util.ts to use "web3portal.com" and port "80" for HTTP requests.

This commit is contained in:
Derrick Hammer 2023-04-09 19:45:29 -04:00
parent d0325ed8b5
commit 2bed5158fa
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export async function getRelayProxies() {
//let relays: string[] = await relayDht.getRelayServers();
let proxies = [
{ type: "http", host: "localhost", port: 25252 },
{ type: "http", host: "161.35.121.185", port: 25252 },
{ type: "http", host: "web3portal.com", port: 80 },
];
/*
for (const relay of relays) {