From dc60951659f92e5083ea333cb57a6403f9c90a2e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 29 Jun 2023 01:15:27 -0400 Subject: [PATCH] refactor: use new testing portal --- src/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index bcdf973..7331bf0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;