*Override default portal list for now
This commit is contained in:
parent
a462edb4d8
commit
ac5cf77f0f
|
@ -11,6 +11,9 @@ import {
|
||||||
} from "libskynet";
|
} from "libskynet";
|
||||||
import { DHT } from "@lumeweb/kernel-dht-client";
|
import { DHT } from "@lumeweb/kernel-dht-client";
|
||||||
|
|
||||||
|
defaultPortalList.unshift("https://web3portal.com");
|
||||||
|
defaultPortalList.pop();
|
||||||
|
|
||||||
const relayDht = new DHT();
|
const relayDht = new DHT();
|
||||||
|
|
||||||
export function isIp(ip: string) {
|
export function isIp(ip: string) {
|
||||||
|
|
Reference in New Issue