* Update host and port in util.ts to use "web3portal.com" and port "80" for HTTP requests.
This commit is contained in:
parent
d0325ed8b5
commit
2bed5158fa
|
@ -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) {
|
||||
|
|
Reference in New Issue