refactor: use new testing portal

This commit is contained in:
Derrick Hammer 2023-06-29 01:15:27 -04:00
parent 202f5574cf
commit dc60951659
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
import { Portal } from "@lumeweb/libweb";
const DEFAULT_PORTAL_LIST: Portal[] = [
{ id: "lumeweb", url: "https://web3portal.com", name: "web3portal.com" },
{
id: "lumeweb",
url: "https://alpha.web3portal.com",
name: "web3portal.com",
},
];
export default DEFAULT_PORTAL_LIST;