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, + } + } } };