refactor: use new testing portal
This commit is contained in:
parent
202f5574cf
commit
dc60951659
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue