Add lighting ISP preview

This commit is contained in:
Mononaut
2022-09-10 14:53:52 +00:00
parent 9a87b357fc
commit 7d367572dc
9 changed files with 259 additions and 8 deletions

View File

@@ -46,6 +46,17 @@ const routes = {
return `Lightning Channel: ${path[0]}`;
}
},
nodes: {
routes: {
isp: {
render: true,
params: 1,
getTitle(path) {
return `Lightning ISP: ${path[0]}`;
}
}
}
}
}
},
mining: {