mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Add metaplanet routes to unfurler
This commit is contained in:
parent
13405b4494
commit
9714789062
@ -281,6 +281,26 @@ export const networks = {
|
|||||||
routes: routes.lightning.routes,
|
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,
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user