*Override default portal list for now

This commit is contained in:
Derrick Hammer 2022-08-15 04:49:01 -04:00
parent a462edb4d8
commit ac5cf77f0f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ import {
} from "libskynet";
import { DHT } from "@lumeweb/kernel-dht-client";
defaultPortalList.unshift("https://web3portal.com");
defaultPortalList.pop();
const relayDht = new DHT();
export function isIp(ip: string) {