From 97147890624e948e613d2fadae85bab2a02bc8ba Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Dec 2024 15:53:38 +0900 Subject: [PATCH] Add metaplanet routes to unfurler --- unfurler/src/routes.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/unfurler/src/routes.ts b/unfurler/src/routes.ts index 8d6f6fe1d..4e0b28e3e 100644 --- a/unfurler/src/routes.ts +++ b/unfurler/src/routes.ts @@ -281,6 +281,26 @@ export const networks = { routes: routes.lightning.routes, } } + }, + meta: { + title: 'Metaplanet Inc.', + description: 'Secure the Future with Bitcoin', + fallbackImg: '/resources/meta/meta-preview.png', + routes: { // only dynamic routes supported + block: routes.block, + address: routes.address, + tx: routes.tx, + mining: { + title: "Mining", + routes: { + pool: routes.mining.routes.pool, + } + }, + lightning: { + title: "Lightning", + routes: routes.lightning.routes, + } + } } };