Compare commits

...

2 Commits

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;